summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-12 17:07:26 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-12 17:07:26 -0300
commite70da9aade583714d399adb35573aecbea84f5f7 (patch)
tree97449b462d5efa17dcfb00caa028e3e464f766ea
parent539950f09cb73ee56a2c9a23ce49845672265ce6 (diff)
Recover purple2011.06.4
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index afa54f7..d9e6f89 100644
--- a/functions
+++ b/functions
@@ -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