summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-21 10:07:07 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-21 10:07:07 +0100
commit8ac8a298687b09a4e8898f3624105a09efdb2b87 (patch)
tree12a7bfec8c422f7f8fbfd25aa1afd5dfd7524eae /etc/rc
parent64d57d6397a488b11d448e437a8661194a9d7d43 (diff)
Don't rely on my usual home structure too much
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 4 insertions, 1 deletions
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