1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00
eoli3n-dotfiles/roles/fish/files/starship.toml

29 lines
519 B
INI
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[character]
format = "$symbol "
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} "
[git_metrics]
disabled = false
added_style = 'bold blue'
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[gcloud]
disabled = true