2020-05-18 10:37:33 +02:00
|
|
|
|
[character]
|
2021-12-03 09:29:33 +01:00
|
|
|
|
format = "$symbol "
|
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 11:08:42 +02:00
|
|
|
|
format = "[$ahead_behind$all_status ](red)"
|
|
|
|
|
ahead = "⇡${count} "
|
|
|
|
|
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
|
|
|
|
|
behind = "⇣${count} "
|
2020-10-12 13:47:47 +02:00
|
|
|
|
|
2023-11-07 20:30:56 +01:00
|
|
|
|
[git_metrics]
|
|
|
|
|
disabled = false
|
2023-11-14 13:17:28 +01:00
|
|
|
|
added_style = 'bold blue'
|
2023-11-07 20:30:56 +01:00
|
|
|
|
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
|
|
|
|
|
|
2020-10-12 13:47:47 +02:00
|
|
|
|
[gcloud]
|
|
|
|
|
disabled = true
|