From 50e52cdad52fec868795a921ffb8a77cd1b212e1 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 20 Jan 2025 17:29:47 -0600 Subject: [PATCH] starship: increase command timeout duration Signed-off-by: Myned --- options/custom/programs/starship/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/options/custom/programs/starship/default.nix b/options/custom/programs/starship/default.nix index 86ebd14..0fe178e 100644 --- a/options/custom/programs/starship/default.nix +++ b/options/custom/programs/starship/default.nix @@ -40,6 +40,8 @@ in { ### Overrides # https://starship.rs/config/#prompt add_newline = false; + command_timeout = 1000 * 60; # Milliseconds + scan_timeout = 100; # Milliseconds format = concatStrings [ # Top left