prompt
This commit is contained in:
parent
0ed8b2486c
commit
a52d3595f7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue