starship(format): update git status section
This commit is contained in:
parent
1367b9794e
commit
8cc6495e71
@ -57,15 +57,15 @@ added_style = "bold blue"
|
||||
[git_status]
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = "⇣${count}"
|
||||
behind = "⇣${count} "
|
||||
deleted = "[•](bold red)"
|
||||
untracked = "[⚶](bold cyan) "
|
||||
untracked = "[⚶](bold cyan)"
|
||||
stashed = "[≡](bold yellow)"
|
||||
staged = "[+](bold green)"
|
||||
modified = "[∆](bold green)"
|
||||
renamed = "[⥁](bold magenta)"
|
||||
renamed = "[⥁](bold purple)"
|
||||
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]
|
||||
format = "[$symbol($version )]($style)"
|
||||
|
Loading…
Reference in New Issue
Block a user