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
|
add_newline = false
|
||||||
format = """$username\
|
format = """$username\
|
||||||
$hostname\
|
$hostname\
|
||||||
$directory\
|
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
$git_state\
|
$git_state\
|
||||||
|
@ -12,20 +11,21 @@ $jobs\
|
||||||
$time\
|
$time\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
$line_break\
|
$line_break\
|
||||||
|
$directory\
|
||||||
$character"""
|
$character"""
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
format = "[$user@]($style)"
|
format = "[$user]($style)@"
|
||||||
show_always = true
|
show_always = true
|
||||||
style_user = "blue"
|
style_user = "cyan"
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
format = "[$hostname]($style) "
|
format = "[$hostname]($style) "
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
style = "blue"
|
style = "purple"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "yellow"
|
style = "bright-purple"
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "[$branch]($style)"
|
format = "[$branch]($style)"
|
||||||
|
@ -57,9 +57,9 @@ style = "bold purple"
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
format = "[$duration]($style) "
|
format = " [$duration]($style) "
|
||||||
|
style = "italic yellow"
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[λ](green)"
|
success_symbol = "[%](green)"
|
||||||
error_symbol = "[λ](red)"
|
error_symbol = "[%](red)"
|
||||||
vimcmd_symbol = "[❮](green)"
|
|
||||||
|
|
Loading…
Reference in a new issue