mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
21 lines
318 B
TOML
Executable file
21 lines
318 B
TOML
Executable file
# 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
|