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