dotfiles/starship.toml
2022-02-19 13:24:35 -05:00

29 lines
559 B
TOML

command_timeout = 10000
[docker_context]
disabled = true
[character]
success_symbol = "✨"
error_symbol = "💥"
[gcloud]
disabled = true
[git_branch]
symbol = ":"
format = "[on](italic) [$symbol$branch]($style) "
[git_state]
cherry_pick = "[🍒 PICKING](bold red)"
[git_status]
format = '([$all_status$ahead_behind]($style) )'
ahead = '[↑$count](green)'
behind = '[↓$count](red)'
diverged = '[↑$ahead_count](green) [↓$behind_count](red)'
untracked = "?"
stashed = "📦"
modified = '[📝\($count\)](yellow) '
staged = '[+\($count\)](green)'