Change order of zsh config

This commit is contained in:
Marko Korhonen 2024-05-11 17:19:16 +03:00
parent 3e698a0edf
commit 8963a40485
2 changed files with 0 additions and 0 deletions

View file

@ -1,4 +0,0 @@
# 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