From d535137034e763eca74b84fb3aa5aa88ce135426 Mon Sep 17 00:00:00 2001 From: Mirza Arnaut <21687187+arunoruto@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:35:45 +0100 Subject: [PATCH] Increase command timeout for git on starship --- modules/home-manager/server/shell/starship/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/server/shell/starship/default.nix b/modules/home-manager/server/shell/starship/default.nix index 9359d0b..631ec3a 100644 --- a/modules/home-manager/server/shell/starship/default.nix +++ b/modules/home-manager/server/shell/starship/default.nix @@ -17,6 +17,7 @@ format = "$hostname$directory$character"; # format = "$directory"; right_format = "$all"; + command_timeout = 1000; add_newline = true; character = { success_symbol = "[[❄](green) ❯](maroon)";