useless
This commit is contained in:
parent
62ae8d73cc
commit
e8dfd1b98a
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@ shell_color() {
|
|||
local code="${1}"
|
||||
case "${SH}" in
|
||||
"bash")
|
||||
printf "\\e[0"
|
||||
printf "\e[0"
|
||||
if [ -n "${code}" ]; then
|
||||
printf "%s" ";${code}"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
printf "\\033["
|
||||
printf "\033["
|
||||
if [ -n "${code}" ]; then
|
||||
printf "%s" "${code}"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue