feat: use zellij as my daily terminal environemnt, remote tmux

This commit is contained in:
Ryan Yin
2023-12-27 22:26:06 +08:00
parent 148da9eecf
commit 248cf2e86f
11 changed files with 80 additions and 195 deletions

View File

@@ -16,7 +16,8 @@ in {
^zellij
}
# auto exit the shell session when zellij exit
# Auto exit the shell session when zellij exit
$env.ZELLIJ_AUTO_EXIT = "true" # enable auto exit
if "ZELLIJ_AUTO_EXIT" in $env and $env.ZELLIJ_AUTO_EXIT == "true" {
exit
}