feat(shell): disable zellij auto attach
This commit is contained in:
parent
66d7f5a3e2
commit
09c6de86dc
|
@ -15,8 +15,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = { ZELLIJ_AUTO_EXIT = "true"; };
|
||||||
ZELLIJ_AUTO_ATTACH = "true";
|
|
||||||
ZELLIJ_AUTO_EXIT = "true";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue