sh_shell_prompt
This commit is contained in:
parent
aa1226f8f4
commit
321d55a823
1 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue