starship: increase command timeout duration
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
bcefcb258a
commit
50e52cdad5
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ in {
|
||||||
### Overrides
|
### Overrides
|
||||||
# https://starship.rs/config/#prompt
|
# https://starship.rs/config/#prompt
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
|
command_timeout = 1000 * 60; # Milliseconds
|
||||||
|
scan_timeout = 100; # Milliseconds
|
||||||
|
|
||||||
format = concatStrings [
|
format = concatStrings [
|
||||||
# Top left
|
# Top left
|
||||||
|
|
Loading…
Add table
Reference in a new issue