feat(zellij): enable zsh auto attach & auto exit
This commit is contained in:
parent
4b14be31ca
commit
65a095398e
1 changed files with 5 additions and 0 deletions
|
@ -14,4 +14,9 @@
|
|||
strider.path = "strider";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
ZELLIJ_AUTO_ATTACH = "true";
|
||||
ZELLIJ_AUTO_EXIT = "true";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue