From 8ac8a298687b09a4e8898f3624105a09efdb2b87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 10:07:07 +0100 Subject: Don't rely on my usual home structure too much --- etc/rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 6a64209..8b62217 100644 --- a/etc/rc +++ b/etc/rc @@ -17,6 +17,9 @@ if [[ $system == linux ]] { function zrc_status { echo -n "\r\e[2K${info}--${reset} $*" } +function zrc_info { + echo "${info}--${reset} $*" +} # include the actual config source $ZDIR/options @@ -47,7 +50,7 @@ chpwd echo -n "\r\e[2K" unalias 'linux:' unalias 'openbsd:' -unfunction zrc_status +unfunction zrc_status zrc_info unfunction xexport xsource unset system distro unset ps_fail ps_green ps_info ps_red ps_reset ps_yellow -- cgit v1.2.3