Revert "Switch from tmux to zellij"

This reverts commit f197eccac3.
This commit is contained in:
Marko Korhonen 2023-06-09 09:06:55 +03:00
parent a7eb1024e1
commit 718ecfa54e
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