Fix zellij autostart

main
Marko Korhonen 1 year ago
parent b24cdcc60c
commit bb86b21d9e
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

Loading…
Cancel
Save