From 11fc1ffd3d33cf511ec7b0bef7c5e9ed58e9309d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 12:47:33 +0100 Subject: Removed etc/colors --- etc/functions/warn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/warn') diff --git a/etc/functions/warn b/etc/functions/warn index 4180025..789a9ef 100644 --- a/etc/functions/warn +++ b/etc/functions/warn @@ -1,2 +1,2 @@ ## vim:ft=zsh -echo -e "${warn}${*}${reset}" > /dev/stderr +echo -e "\e[1;33m${*}\e[0m" > /dev/stderr -- cgit v1.2.3