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/rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 2cdf069..266ee41 100644 --- a/etc/rc +++ b/etc/rc @@ -15,15 +15,14 @@ if [[ $system == linux ]] { } function zrc_status { - echo -n "\r\e[2K${info}--${reset} $*" + echo -n "\r\e[2K\e[0;36m--\e[0m $*" } function zrc_info { - echo "${info}--${reset} $*" + echo "\e[0;36m--\e[0m $*" } # include the actual config source $ZDIR/options -source $ZDIR/colors source $ZDIR/parameters source $ZDIR/function source $ZDIR/zle -- cgit v1.2.3