mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-18 13:34:41 +00:00
reenable zellij by default in the shell
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user