chore: exit afterwards

This commit is contained in:
Menno van Leeuwen 2024-10-30 23:25:25 +01:00
parent b0f3445363
commit 50caffaa46
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

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