Fix zellij autostart

This commit is contained in:
Marko Korhonen 2023-03-25 12:30:32 +02:00
parent a500dd37b7
commit 9169ee5b8c

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