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 Normal View History

2020-05-18 10:37:33 +02:00
[character]
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
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