dotfiles/private_dot_config/starship.toml
2021-04-17 19:12:20 +02:00

13 lines
293 B
TOML

# Inserts a blank line between shell prompts
add_newline = false
[git_status]
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
staged = '[+${count}](green)'
[directory]
truncation_length = 5
truncation_symbol = "…/"
truncate_to_repo = false