1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/roles/fish/files/starship.toml
2021-07-11 17:58:44 +02:00

23 lines
376 B
INI

[character]
success_symbol = "[➜](purple)"
error_symbol = "[➜](red)"
[directory]
style = "blue"
[cmd_duration]
format = "[$duration](yellow)"
[git_branch]
symbol = ""
style = "#808080"
[git_status]
format = "[$ahead_behind$all_status ](red)"
ahead = "⇡${count} "
diverged = "⇕⇡${ahead_count}⇣${behind_count} "
behind = "⇣${count} "
[gcloud]
disabled = true