From 449958091b0e5f3a15d8568487d46fda1d90fee2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 9 Jul 2025 20:53:11 +0200 Subject: [PATCH] =?UTF-8?q?0=E2=86=941?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/shell/0.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/shell/0.sh b/sh/shell/0.sh index 33a7745..f93f312 100644 --- a/sh/shell/0.sh +++ b/sh/shell/0.sh @@ -43,7 +43,7 @@ RWX_COLOR_RED="$(_rwx_shell_color 32)" # ╰───────┴───────────╯ # current shell interactive mode -rwx_shell_interactive=0 +rwx_shell_interactive=1 # ╭───────┬───────────╮ # │ shell │ functions │ @@ -175,7 +175,7 @@ rwx_shell_exit() { rwx_shell_main() { # set current shell interactive mode case "${-}" in - *"i"*) rwx_shell_interactive=1 ;; + *"i"*) rwx_shell_interactive=0 ;; *) ;; esac # configure shell