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; enable = true;
# Auto start on shell init # Auto start on shell init
enableBashIntegration = false; enableBashIntegration = true;
enableFishIntegration = false; enableFishIntegration = true;
enableZshIntegration = false; enableZshIntegration = true;
attachExistingSession = false; attachExistingSession = true;
exitShellOnExit = false; exitShellOnExit = false;
settings = { settings = {