From d790256888c4195c4477ec9f00c2b01a1d910522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93lafur=20Gu=C3=B0mundsson?= Date: Wed, 22 Jan 2014 21:39:34 +0100 Subject: [PATCH] Fix code for underline black. --- colors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.sh b/colors.sh index 55f218f..e65db65 100644 --- a/colors.sh +++ b/colors.sh @@ -19,7 +19,7 @@ bldcyn='\e[1;36m' # Cyan bldwht='\e[1;37m' # White # Underline -unkblk='\e[4;30m' # Black +undblk='\e[4;30m' # Black undred='\e[4;31m' # Red undgrn='\e[4;32m' # Green undylw='\e[4;33m' # Yellow