Revert "Change order of zsh config"

This reverts commit 62b3656bd9.
This commit is contained in:
Marko Korhonen 2024-05-12 12:54:38 +03:00
parent 4bbafb42ff
commit 9760f03c00
2 changed files with 0 additions and 0 deletions

View file

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