0↔1
All checks were successful
/ job (push) Successful in 3m6s

This commit is contained in:
Marc Beninca 2025-07-09 20:53:11 +02:00
parent b1fc5bf235
commit 449958091b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -43,7 +43,7 @@ RWX_COLOR_RED="$(_rwx_shell_color 32)"
# ╰───────┴───────────╯ # ╰───────┴───────────╯
# current shell interactive mode # current shell interactive mode
rwx_shell_interactive=0 rwx_shell_interactive=1
# ╭───────┬───────────╮ # ╭───────┬───────────╮
# │ shell │ functions │ # │ shell │ functions │
@ -175,7 +175,7 @@ rwx_shell_exit() {
rwx_shell_main() { rwx_shell_main() {
# set current shell interactive mode # set current shell interactive mode
case "${-}" in case "${-}" in
*"i"*) rwx_shell_interactive=1 ;; *"i"*) rwx_shell_interactive=0 ;;
*) ;; *) ;;
esac esac
# configure shell # configure shell