starship: tweak git_status module format

This commit is contained in:
surtur 2022-08-16 13:32:22 +02:00
parent f8d556f502
commit 5f9b1d8ba4
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -107,7 +107,7 @@ staged = "[+](bold green)"
modified = "[∆](bold green)" modified = "[∆](bold green)"
renamed = "[⥁](bold purple)" 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]($style)" format = "[$symbol]($style)"