starship(format): update git status section

This commit is contained in:
surtur 2022-03-26 02:20:05 +01:00
parent 1367b9794e
commit 8cc6495e71
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -57,15 +57,15 @@ added_style = "bold blue"
[git_status] [git_status]
ahead = "⇡${count}" ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}" diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}" behind = "⇣${count} "
deleted = "[•](bold red)" deleted = "[•](bold red)"
untracked = "[⚶](bold cyan) " untracked = "[⚶](bold cyan)"
stashed = "[≡](bold yellow)" stashed = "[≡](bold yellow)"
staged = "[+](bold green)" staged = "[+](bold green)"
modified = "[∆](bold green)" modified = "[∆](bold green)"
renamed = "[⥁](bold magenta)" renamed = "[⥁](bold purple)"
conflicted = "[⥯](bold red)" conflicted = "[⥯](bold red)"
format = "[$conflicted$stashed$modified$staged$renamed$deleted$untracked$ahead_behind]($style)" format = "[($conflicted$stashed$modified$staged$renamed$deleted$untracked$ahead_behind )]($style)"
[golang] [golang]
format = "[$symbol($version )]($style)" format = "[$symbol($version )]($style)"