From 321d55a8230d1700b3c3e438414b9d9d301786bb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 19 Nov 2024 16:40:11 +0100 Subject: [PATCH] sh_shell_prompt --- sh/shell.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/shell.sh b/sh/shell.sh index 4a2c6ea..4fcc895 100644 --- a/sh/shell.sh +++ b/sh/shell.sh @@ -1,4 +1,4 @@ -PS1="\$(shell_prompt \${?})" +PS1="\$(sh_shell_prompt \${?})" PS2="\ ├ " @@ -58,7 +58,7 @@ shell_configure() { } shell_configure -shell_prompt() { +sh_shell_prompt() { local date host id local code="${1}" date="$(date +%H:%M:%S)"