diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 12:47:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 12:47:33 +0100 |
commit | 11fc1ffd3d33cf511ec7b0bef7c5e9ed58e9309d (patch) | |
tree | f9128ffd03e0157e4192955752bd25b59ad4ede2 /etc/rc | |
parent | b21a30a7c0f20993d41a3a45c17623b799a13b46 (diff) |
Removed etc/colors
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |