feat(starship): cleaner prompt structure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user