mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
fixed starship git status prompt
This commit is contained in:
parent
e3958ce57d
commit
d187405df5
@ -14,7 +14,7 @@ style = "#808080"
|
||||
|
||||
[git_status]
|
||||
show_sync_count = true
|
||||
format = "[$all_status $ahead_behind ](red)"
|
||||
ahead = "⇡${count}"
|
||||
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
||||
behind = "⇣${count}"
|
||||
format = "[$all_status$ahead_behind ](red)"
|
||||
ahead = " ⇡${count}"
|
||||
diverged = " ⇕⇡${ahead_count}⇣${behind_count}"
|
||||
behind = " ⇣${count}"
|
||||
|
Loading…
Reference in New Issue
Block a user