dotfiles/zsh/starship.toml
Anthony Cicchetti 733335312b starship changes
2022-09-22 09:52:01 -04:00

24 lines
406 B
TOML

command_timeout = 1000
continuation_prompt = "→→"
[character]
success_symbol = "[◯](bold green)"
error_symbol = "[✗](bold red)"
vicmd_symbol = "[ƴ](bold yellow)"
[git_metrics]
disabled = false
added_style = "bold blue"
[git_status]
disabled = true
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
[jobs]
symbol = "+"
[battery]
disabled = true