Change order of zsh config

This commit is contained in:
Marko Korhonen 2024-05-11 17:19:16 +03:00
parent 826190284c
commit 62b3656bd9
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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