diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ if [[ $USECOLOR =~ yes|YES ]]; then if /bin/tput setaf 0 &>/dev/null; then C_CLEAR="$(tput sgr0)" # clear text C_MAIN="${C_CLEAR}$(/bin/tput bold)" # main text - C_OTHER="${C_MAIN}$(/bin/tput setaf 4)" # prefix & brackets + C_OTHER="${C_MAIN}$(/bin/tput setaf 5)" # prefix & brackets C_SEPARATOR="${C_MAIN}$(/bin/tput setaf 0)" # separator C_BUSY="${C_CLEAR}$(/bin/tput setaf 6)" # busy C_FAIL="${C_MAIN}$(/bin/tput setaf 1)" # failed |