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