1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00

tests prompt

This commit is contained in:
eoli3n 2020-09-30 11:08:42 +02:00
parent 2fec485eff
commit 9715bbfef9

@ -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 = "[$ahead_behind$all_status ](red)"
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "