feat(zellij): enable zsh auto attach & auto exit
This commit is contained in:
parent
4b14be31ca
commit
65a095398e
|
@ -14,4 +14,9 @@
|
||||||
strider.path = "strider";
|
strider.path = "strider";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
ZELLIJ_AUTO_ATTACH = "true";
|
||||||
|
ZELLIJ_AUTO_EXIT = "true";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue