Increase command timeout for starship
This commit is contained in:
parent
2cc371ed63
commit
7e69d6a9cf
3
home/env/config/starship.toml
vendored
3
home/env/config/starship.toml
vendored
|
@ -1,8 +1,7 @@
|
||||||
# Get editor completions based on the config schema
|
# Get editor completions based on the config schema
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
# format = "$directory$git_branch$git_status$character"
|
command_timeout = 1000
|
||||||
# right_format = "$all"
|
|
||||||
|
|
||||||
# Inserts a blank line between shell prompts
|
# Inserts a blank line between shell prompts
|
||||||
add_newline = true
|
add_newline = true
|
||||||
|
|
Loading…
Reference in a new issue