1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-29 17:18:13 +01:00
eoli3n-dotfiles/roles/fish/files/starship.toml

21 lines
371 B
INI
Raw Normal View History

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}"