From a036da9b76a2c8e8b37e747495516d84b5caee3f Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 23 Dec 2025 19:43:57 +0000 Subject: [PATCH] removed other integration for zoxide --- apps/zoxide/home.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/zoxide/home.nix b/apps/zoxide/home.nix index 1187df4..1c20b97 100644 --- a/apps/zoxide/home.nix +++ b/apps/zoxide/home.nix @@ -2,7 +2,5 @@ programs.zoxide = { enable = true; enableFishIntegration = true; - enableZshIntegration = true; - enableBashIntegration = true; }; }