This commit is contained in:
Marc Beninca 2024-11-25 11:52:42 +01:00
parent 0ed8b2486c
commit a52d3595f7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -48,12 +48,12 @@ sh_shell_configure() {
HISTCONTROL="ignorespace" HISTCONTROL="ignorespace"
HISTSIZE=-1 HISTSIZE=-1
HISTTIMEFORMAT="%Y%m%d %H%M%S " HISTTIMEFORMAT="%Y%m%d %H%M%S "
# prompt
PS1="\$(sh_shell_prompt \${?})"
PS2="├ "
;; ;;
*) ;; *) ;;
esac esac
# prompt
PS1="\$(sh_shell_prompt \${?})"
PS2="├ "
} }
sh_shell_configure sh_shell_configure