From 1c7247377000c4bad00997499876e6c6aa32c80e Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Fri, 8 Mar 2024 18:36:03 +0530 Subject: [PATCH] [feat] Disable carapace for fish shell --- config/nix/common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nix/common/home.nix b/config/nix/common/home.nix index 1d4d4350..ec41cf75 100644 --- a/config/nix/common/home.nix +++ b/config/nix/common/home.nix @@ -178,7 +178,7 @@ in }; carapace = { enable = true; - enableFishIntegration = true; + # enableFishIntegration = true; enableNushellIntegration = true; }; fzf = {