From a52d3595f747c724825739513f9712bdc9dc18c2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 25 Nov 2024 11:52:42 +0100 Subject: [PATCH] prompt --- sh/shell.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/shell.sh b/sh/shell.sh index c4569d1..bf39f7b 100644 --- a/sh/shell.sh +++ b/sh/shell.sh @@ -48,12 +48,12 @@ sh_shell_configure() { HISTCONTROL="ignorespace" HISTSIZE=-1 HISTTIMEFORMAT="%Y%m%d %H%M%S " - # prompt - PS1="\$(sh_shell_prompt \${?})" - PS2="├ " ;; *) ;; esac + # prompt + PS1="\$(sh_shell_prompt \${?})" + PS2="├ " } sh_shell_configure