Switch from tmux to zellij

This commit is contained in:
Marko Korhonen 2023-03-25 12:27:05 +02:00
parent 395e18df52
commit f197eccac3
2 changed files with 4 additions and 8 deletions

View file

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