mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
21 lines
343 B
INI
21 lines
343 B
INI
[character]
|
|
success_symbol = "[➜](purple)"
|
|
error_symbol = "[➜](red)"
|
|
|
|
[directory]
|
|
style = "blue"
|
|
|
|
[cmd_duration]
|
|
format = "[$duration](yellow)"
|
|
|
|
[git_branch]
|
|
symbol = ""
|
|
style = "#808080"
|
|
|
|
[git_status]
|
|
style = "red"
|
|
show_sync_count = true
|
|
ahead = "⇡${count} "
|
|
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
|
behind = "⇣${count} "
|