feat(zellij): enable zsh auto attach & auto exit

This commit is contained in:
Felix Schröter 2024-04-30 23:58:50 +02:00
parent 4b14be31ca
commit 65a095398e
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -14,4 +14,9 @@
strider.path = "strider";
};
};
home.sessionVariables = {
ZELLIJ_AUTO_ATTACH = "true";
ZELLIJ_AUTO_EXIT = "true";
};
}