dotfiles/starship.toml

29 lines
559 B
TOML
Raw Permalink Normal View History

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