From 50caffaa4669645a535d2471afd7c7204a6acd7e Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Wed, 30 Oct 2024 23:25:25 +0100 Subject: [PATCH] chore: exit afterwards --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 5c5f810..9497adb 100644 --- a/.bashrc +++ b/.bashrc @@ -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