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}"
|
local code="${1}"
|
||||||
case "${SH}" in
|
case "${SH}" in
|
||||||
"bash")
|
"bash")
|
||||||
printf "\\e[0"
|
printf "\e[0"
|
||||||
if [ -n "${code}" ]; then
|
if [ -n "${code}" ]; then
|
||||||
printf "%s" ";${code}"
|
printf "%s" ";${code}"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
printf "\\033["
|
printf "\033["
|
||||||
if [ -n "${code}" ]; then
|
if [ -n "${code}" ]; then
|
||||||
printf "%s" "${code}"
|
printf "%s" "${code}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue