fix(user/shell/zsh): update the starship config
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b614d5205f
commit
8f7968a020
1 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
add_newline = false
|
||||
format = """$username\
|
||||
$hostname\
|
||||
$directory\
|
||||
$git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
|
@ -12,20 +11,21 @@ $jobs\
|
|||
$time\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
$directory\
|
||||
$character"""
|
||||
|
||||
[username]
|
||||
format = "[$user@]($style)"
|
||||
format = "[$user]($style)@"
|
||||
show_always = true
|
||||
style_user = "blue"
|
||||
style_user = "cyan"
|
||||
|
||||
[hostname]
|
||||
format = "[$hostname]($style) "
|
||||
ssh_only = false
|
||||
style = "blue"
|
||||
style = "purple"
|
||||
|
||||
[directory]
|
||||
style = "yellow"
|
||||
style = "bright-purple"
|
||||
|
||||
[git_branch]
|
||||
format = "[$branch]($style)"
|
||||
|
@ -57,9 +57,9 @@ style = "bold purple"
|
|||
disabled = true
|
||||
|
||||
[cmd_duration]
|
||||
format = "[$duration]($style) "
|
||||
format = " [$duration]($style) "
|
||||
style = "italic yellow"
|
||||
|
||||
[character]
|
||||
success_symbol = "[λ](green)"
|
||||
error_symbol = "[λ](red)"
|
||||
vimcmd_symbol = "[❮](green)"
|
||||
success_symbol = "[%](green)"
|
||||
error_symbol = "[%](red)"
|
||||
|
|
Loading…
Reference in a new issue