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]
|
[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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user