2020-05-18 10:37:33 +02:00
|
|
|
[character]
|
2020-09-30 10:49:49 +02:00
|
|
|
success_symbol = "[➜](purple)"
|
|
|
|
error_symbol = "[➜](red)"
|
2020-05-18 10:37:33 +02:00
|
|
|
|
|
|
|
[directory]
|
|
|
|
style = "blue"
|
|
|
|
|
|
|
|
[cmd_duration]
|
2020-09-30 10:56:45 +02:00
|
|
|
format = "[$duration](yellow)"
|
2020-05-18 10:37:33 +02:00
|
|
|
|
|
|
|
[git_branch]
|
|
|
|
symbol = ""
|
|
|
|
style = "#808080"
|
|
|
|
|
|
|
|
[git_status]
|
2020-09-30 10:56:45 +02:00
|
|
|
show_sync_count = true
|
2020-09-30 11:07:00 +02:00
|
|
|
format = "[$all_status $ahead_behind ](red)"
|
|
|
|
ahead = "⇡${count}"
|
|
|
|
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
|
|
|
|
behind = "⇣${count}"
|