1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fixed starship git status prompt

This commit is contained in:
eoli3n 2020-09-30 11:03:23 +02:00
parent ed645f3125
commit e3958ce57d

@ -13,8 +13,8 @@ symbol = ""
style = "#808080"
[git_status]
style = "red"
show_sync_count = true
ahead = "⇡${count} "
format = "[$all_status $ahead_behind ](red)"
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "
behind = "⇣${count}"