dotfiles/private_dot_config/starship.toml
2022-09-06 16:53:19 +02:00

21 lines
337 B
TOML

# Inserts a blank line between shell prompts
add_newline = true
[directory]
truncation_length = 5
truncation_symbol = "…/"
truncate_to_repo = false
[git_status]
ahead = "⇡${count}"
diverged = "⇕⇡${ahead_count}⇣${behind_count}"
behind = "⇣${count}"
[package]
disabled = true
[java]
disabled = true
[jobs]
disabled = true