mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
22 lines
291 B
TOML
Executable file
22 lines
291 B
TOML
Executable file
# Don't print a new line at the start of the prompt
|
|
add_newline = false
|
|
|
|
[git_branch]
|
|
symbol = ""
|
|
|
|
[character]
|
|
style_success = "bright-purple"
|
|
|
|
[directory]
|
|
style = "bold blue"
|
|
truncation_length = 0
|
|
truncate_to_repo = false
|
|
|
|
|
|
[cmd_duration]
|
|
min_time = 500
|
|
prefix = ""
|
|
|
|
[jobs]
|
|
disabled = true
|