1
0
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:
eoli3n 2020-09-30 11:05:00 +02:00
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}"