summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-11-21 23:27:29 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-11-21 23:27:29 +0100
commit90d625044c21975bd461e4d6021be16653aaf931 (patch)
tree1536ea9a36484e08aa702ee17fae27ef447569a7 /etc/rc
parentb330cd1311500f3896ee701c4dea27e9160a8c9b (diff)
zshrc: Remove startup status
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc12
1 files changed, 2 insertions, 10 deletions
diff --git a/etc/rc b/etc/rc
index dbad048..c225623 100644
--- a/etc/rc
+++ b/etc/rc
@@ -19,11 +19,7 @@ if [[ $system == linux ]] {
}
# }}}
-# {{{ Functions for startup status
-function zrc_status {
- echo -n "\r\e[2K\e[0;32m>>\e[0m $*"
-}
-
+# {{{ Startup infos
function zrc_info {
echo "\e[0;31m>>\e[0m $*"
}
@@ -143,7 +139,6 @@ export LS_COLORS
# }}}
# {{{ Functions
-zrc_status functions
# zsh functions
autoload -U compinit
@@ -229,7 +224,6 @@ bindkey '^X^Z' predict-off
# }}}
# {{{ Aliases
-zrc_status aliases
# {{{ Suffix
typeset -A alias_apps
@@ -482,7 +476,6 @@ chpwd
# }}}
# {{{ Includes
-zrc_status include
source $ZDIR/../provided/includes
@@ -496,7 +489,6 @@ xsource $ZDIR/hosts/$HOST
# }}}
# {{{ Completion
-zrc_status completion
zstyle ':completion:*' cache-path $ZCACHEDIR
zstyle ':completion:*' use-cache true
@@ -552,7 +544,7 @@ compdef _functions reload
# {{{ Cleanup
echo -n "\r\e[2K"
unalias 'linux:'
-unfunction zrc_status zrc_info
+unfunction zrc_info
unfunction xsource
unset system distro
unset -m 'mime_*'