starship: increase scan_timeout to 1500ms

This commit is contained in:
2026-08-30 15:40:15 +08:00
parent 83cfd6969c
commit 43f6edcf02
2 changed files with 17 additions and 2 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ in
enable = true;
settings = lib.recursiveUpdate (with builtins; fromTOML (readFile ./starship-preset.toml)) {
add_newline = false;
command_timeout = 2000;
nix_shell.disabled = true;
scan_timeout = 1500;
format =
let
dedupDollar =