Revert "Switch from tmux to zellij"

This reverts commit 98a01af1a6.
This commit is contained in:
Marko Korhonen 2023-06-09 09:06:55 +03:00
parent 7c5f21daba
commit 52d76d6be5
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 8 additions and 4 deletions

View file

@ -1,4 +0,0 @@
# Launch zellij if logging in over SSH
if [[ -z "$ZELLIJ" && -n "$SSH_CONNECTION" ]]; then
exec zellij attach -c ssh
fi