%b
This commit is contained in:
parent
19b95e6061
commit
5e9ae45748
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ shell_prompt() {
|
|||
# prompt
|
||||
view="${view}${SH_DEFAULT}${PS2}"
|
||||
# print
|
||||
printf "%s" "${view}"
|
||||
printf "%b" "${view}"
|
||||
}
|
||||
|
||||
shell_setup() {
|
||||
|
|
Loading…
Reference in a new issue