diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-12 17:07:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-12 17:07:26 -0300 |
commit | e70da9aade583714d399adb35573aecbea84f5f7 (patch) | |
tree | 97449b462d5efa17dcfb00caa028e3e464f766ea | |
parent | 539950f09cb73ee56a2c9a23ce49845672265ce6 (diff) |
Recover purple2011.06.4
-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 |