mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
tests prompt
This commit is contained in:
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} "
|
||||
|
Loading…
Reference in New Issue
Block a user