summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index f9fae06..7ff9256 100644
--- a/etc/rc
+++ b/etc/rc
@@ -14,6 +14,10 @@ if [[ $system == linux ]] {
[[ -f /etc/debian_version ]] && distro=debian
}
+function zrc_status {
+ echo -n "\r\e[2K${info}--${reset} $*"
+}
+
# include the actual config
source $ZDIR/options
source $ZDIR/colors
@@ -41,6 +45,7 @@ umask 077
chpwd
# cleanup
+echo -n "\r\e[2K"
unalias 'linux:'
unalias 'openbsd:'
unfunction xexport