After updating to version 0.41.1 I get this error:
Session with name "default-session" already exists, but is dead. Use the attach command to resurrect it or, the delete-session command to kill it or specify a different name.
To run Zellij, I alway had this snippet in my .zshrc:
if [[ ! -v ZELLIJ || ( -v ZELLIJ && $ZELLIJ -eq 1 ) ]]; then
#(( ${+commands[zellij]} )) && eval "$(zellij attach default-session)"
zellij attach --create default-session
fi
version: zellij 0.41.1 stty size: 63 253 uname -av: Linux iuxhome 6.11.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000 x86_64 GNU/Linux
After updating to version 0.41.1 I get this error: Session with name "default-session" already exists, but is dead. Use the attach command to resurrect it or, the delete-session command to kill it or specify a different name.
To run Zellij, I alway had this snippet in my .zshrc:
zellij ls
does not show anything