reenable zellij by default in the shell

This commit is contained in:
Noah Masur
2025-08-04 16:04:37 -04:00
parent 7388eed876
commit 08ec8ce4b8

View File

@@ -81,10 +81,10 @@ in
enable = true;
# Auto start on shell init
enableBashIntegration = false;
enableFishIntegration = false;
enableZshIntegration = false;
attachExistingSession = false;
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
attachExistingSession = true;
exitShellOnExit = false;
settings = {