From dba8d5df6262023ab320016a9f6d09ecb73b7d4a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 22 Feb 2025 18:27:48 -0500 Subject: [PATCH] zellij: disable bash integration too --- modules/home/all/zellij.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/all/zellij.nix b/modules/home/all/zellij.nix index 264b335..3dc384f 100644 --- a/modules/home/all/zellij.nix +++ b/modules/home/all/zellij.nix @@ -9,6 +9,7 @@ # # cf. https://zellij.dev/documentation/integration#autostart-on-shell-creation enableZshIntegration = false; + enableBashIntegration = false; settings = { theme = if pkgs.system == "aarch64-darwin" then "dracula" else "gruvbox-light";