From 26077990e9665e7c5ab663ba5ec67a694e6732f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 27 Feb 2022 20:21:31 +0000 Subject: [PATCH] higher starship timeout --- nixos/home-manager/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home-manager/programs/zsh.nix b/nixos/home-manager/programs/zsh.nix index b35ac58d..2b690db3 100644 --- a/nixos/home-manager/programs/zsh.nix +++ b/nixos/home-manager/programs/zsh.nix @@ -73,7 +73,7 @@ }; home.file.".config/starship.toml".text = '' - command_timeout = 1024 + command_timeout = 8192 [aws] disabled = true