dotfiles/.config/starship.toml

21 lines
318 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Don't print a new line at the start of the prompt
add_newline = false
[git_branch]
symbol = ""
[character]
success_symbol = "[](bright-purple)"
[directory]
style = "bold blue"
truncation_length = 0
truncate_to_repo = false
[cmd_duration]
min_time = 500
format = "[$duration]($style) "
[jobs]
disabled = true