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:
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}"
|
||||
|
Loading…
Reference in New Issue
Block a user