From: Mike Frysinger Date: Thu, 18 Apr 2013 22:37:23 +0000 (-0400) Subject: fix bracket color X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=583623f90646cebb9414d1b61b098262b0627dc1;p=home.git fix bracket color --- diff --git a/.bin/bash-colors b/.bin/bash-colors index d7076fa..5474f9b 100755 --- a/.bin/bash-colors +++ b/.bin/bash-colors @@ -6,7 +6,7 @@ if [[ $1 == "--env" ]] ; then WARN="\$'\e[33;01m'" BAD="\$'\e[31;01m'" HILITE="\$'\e[36;01m'" - BRACKET="\$'\e[34;0m'" + BRACKET="\$'\e[34;01m'" NORMAL="\$'\e[0m'" ) for c in "${colors[@]}" ; do