feat(starship): cleaner prompt structure

This commit is contained in:
fbachus
2025-01-10 02:11:56 +01:00
parent 0fb7c34575
commit cabc8c1fd1

View File

@@ -15,6 +15,18 @@ add_newline = false
#$line_break\
#$character\
#"""
format = """
$time\
$username\
$hostname\
$directory\
$git_branch\
$git_status\
$package\
$cmd_time\
$line_break\
$character\
"""
[time]
format = '[\[ $time \]]($style) '#🕙
@@ -28,7 +40,7 @@ disabled = false
show_always = true
[hostname]
ssh_only = false
ssh_only = true
format = 'on [$hostname](bold yellow) '
trim_at = "."
disabled = false