🎨 ux(starship): changed icons and added some others to git status
This commit is contained in:
parent
da4db1837d
commit
51ac26a1ad
1 changed files with 7 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue