fix(user/shell/zsh): update the starship config

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-05-07 13:45:20 +02:00
parent b614d5205f
commit 8f7968a020
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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)"