dotfiles/starship.toml

20 lines
295 B
TOML
Raw Normal View History

2022-01-05 03:41:41 +00:00
command_timeout = 10000
[docker_context]
disabled = true
[gcloud]
disabled = true
[git_status]
conflicted = "🏳"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
untracked = "🤷‍"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"