chore: exit afterwards

This commit is contained in:
2024-10-30 23:25:25 +01:00
parent b0f3445363
commit 50caffaa46

View File

@ -100,6 +100,7 @@ eval "$(zoxide init bash)"
# Check if we are running from zellij, if not then launch it
if [ -z "$ZELLIJ" ]; then
zellij
exit $?
return
fi