minor changes
This commit is contained in:
parent
4b0591d47b
commit
ab9c1afe1b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
add_newline = false
|
||||
palette = "monokai_pro"
|
||||
command_timeout = 1000
|
||||
command_timeout = 5000
|
||||
|
||||
# Customize your prompt to ensure everything is on a single line
|
||||
format = """\
|
||||
|
|
@ -56,7 +56,7 @@ vicmd_symbol = "[ V](bold green)"
|
|||
format = "[$path]($style)[$read_only]($read_only_style)"
|
||||
style = "bright-cyan"
|
||||
truncation_length = 3
|
||||
truncation_symbol = "~/…/"
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[line_break]
|
||||
disabled = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue