✨ feat(starship): new git icons for starship
This commit is contained in:
parent
dba7b5e9fd
commit
deb78276ea
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,15 @@
|
|||
# Inserts a blank line between shell prompts
|
||||
add_newline = true
|
||||
|
||||
[git_status]
|
||||
untracked = '[ $count](bold yellow) '
|
||||
staged = '[ $count](bold green) '
|
||||
stashed = "[ ](cyan) "
|
||||
deleted = '[ $count](bold red) '
|
||||
modified = '[ $count](bold blue) '
|
||||
behind = '[ ](bold purple) '
|
||||
format = '([$all_status$ahead_behind]($style))'
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue