diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:07:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:07:07 +0100 |
commit | 8ac8a298687b09a4e8898f3624105a09efdb2b87 (patch) | |
tree | 12a7bfec8c422f7f8fbfd25aa1afd5dfd7524eae /etc/rc | |
parent | 64d57d6397a488b11d448e437a8661194a9d7d43 (diff) |
Don't rely on my usual home structure too much
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |