Fix zellij autostart

This commit is contained in:
Marko Korhonen 2023-03-25 12:30:32 +02:00
parent b24cdcc60c
commit bb86b21d9e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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