dotfiles/.config/starship.toml

22 lines
291 B
TOML
Raw Normal View History

2020-07-31 20:06:08 +00:00
# Don't print a new line at the start of the prompt
add_newline = false
[git_branch]
symbol = ""
2020-07-31 20:19:53 +00:00
[character]
style_success = "bright-purple"
[directory]
style = "bold blue"
2020-07-31 20:39:24 +00:00
truncation_length = 0
truncate_to_repo = false
2020-08-01 03:57:37 +00:00
[cmd_duration]
min_time = 500
prefix = ""
2020-08-22 22:11:16 +00:00
[jobs]
disabled = true