dotfiles/home/.config/zsh/01-zellij.zsh

5 lines
122 B
Bash

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