feat(starship): longer timeout delayy
This commit is contained in:
parent
f6b5823194
commit
7b7d64bebf
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
#format = '${custom.tztime}$all$directory$character'
|
|
||||||
format = '$directory$character'
|
format = '$directory$character'
|
||||||
right_format = '$all'
|
right_format = '$all'
|
||||||
add_newline = true # Inserts a blank line between shell prompts
|
add_newline = true
|
||||||
|
command_timeout = 2000
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = '[➜ ](bold green)'
|
success_symbol = '[➜ ](bold green)'
|
||||||
|
|
Loading…
Reference in a new issue