feat(starship): new git icons for starship

This commit is contained in:
Sergio Laín 2023-10-03 20:01:21 +02:00
parent dba7b5e9fd
commit deb78276ea
No known key found for this signature in database
GPG key ID: E3BC677C07A2C7AC

View file

@ -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 = " "