fix(zellij): enable zsh integration
This commit is contained in:
parent
571801ad3b
commit
e4d77010ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
home.sessionVariables.MULTIPLEXER = "zellij";
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
attachExistingSession = true;
|
||||
exitShellOnExit = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue