From 0af9cfa4fc4f9ccadee2d0f6d6bffad9909750af Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 27 Jul 2025 21:05:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/core/shell.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sh/core/shell.sh b/sh/core/shell.sh index e78c99b..a2f0d7a 100644 --- a/sh/core/shell.sh +++ b/sh/core/shell.sh @@ -51,9 +51,8 @@ rwx_shell_interactive=1 # output help message rwx_shell_help() { - rwx_log "" \ - "rwx_… = functions" \ - " a__… = aliases" + rwx_log \ + "rwx_…" } # return current shell interactive mode