🎨 ux(starship): changed icons and added some others to git status

This commit is contained in:
Sergio Laín 2023-12-09 18:41:07 +01:00
parent da4db1837d
commit 51ac26a1ad
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -5,12 +5,17 @@
add_newline = true
[git_status]
ahead = '[ $count](bold green) '
conflicted = '[󱡂 ](bold red) '
untracked = '[ $count](bold yellow) '
staged = '[ $count](bold green) '
stashed = "[ ](cyan) "
stashed = '[ $count](cyan) '
deleted = '[ $count](bold red) '
modified = '[ $count](bold blue) '
behind = '[ ](bold purple) '
behind = '[ $count](bold purple) '
renamed = '[󰬴 $count](bold blue) '
up_to_date = '[ ](bold green) '
diverged = '[ $ahead_count  $behind_count ](bold red) '
format = '([$all_status$ahead_behind]($style))'
[custom.neovim]