From bb86ce0a8a2843f68eb88664469ee303f3ec5f3e Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Wed, 16 Apr 2025 14:56:26 -0500 Subject: [PATCH] Do not autostart/attach zellij --- zsh.d/zellij.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh.d/zellij.zsh b/zsh.d/zellij.zsh index 36465b9..47502db 100644 --- a/zsh.d/zellij.zsh +++ b/zsh.d/zellij.zsh @@ -1,8 +1,8 @@ # zellij if (( $+commands[zellij] )); then - ZELLIJ_AUTO_ATTACH=true - eval "$(zellij setup --generate-auto-start zsh)" - + # Uncomment to start zellij automatically + # ZELLIJ_AUTO_ATTACH=true + # eval "$(zellij setup --generate-auto-start zsh)" if (( $+commands[sk] )); then za() {