1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/roles/fish/files/starship.toml
2020-09-30 10:56:45 +02:00

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