feat(zellij): enable auto attach on login

This commit is contained in:
Mohammad Rafiq 2025-03-22 07:20:29 +08:00
parent 5e8a013e11
commit 632818ed7b
No known key found for this signature in database

View file

@ -6,4 +6,7 @@
# theme = "stylix";
};
};
}
home.sessionVariables.ZELLIJ_AUTO_ATTACH = "true";
home.sessionVariables.ZELLIJ_AUTO_EXIT = "true";
}