From 583623f90646cebb9414d1b61b098262b0627dc1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 18 Apr 2013 18:37:23 -0400 Subject: [PATCH] fix bracket color --- .bin/bash-colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2