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