From 4c2bd1a1a4fa71565281fae703a7bd6e757a0d9e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Sep 2008 19:47:29 +0200 Subject: Added functions: die, info, warn --- etc/colors | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/colors') diff --git a/etc/colors b/etc/colors index 6b72bca..8b76226 100644 --- a/etc/colors +++ b/etc/colors @@ -1,6 +1,7 @@ ## Colors ## vim:ft=zsh local fail=$'\e[1;31m' +local warn=$'\e[1;33m' local info=$'\e[0;36m' local yellow=$'\e[0;33m' local green=$'\e[0;32m' -- cgit v1.2.3