From: Joerg Woelke Date: Sat, 5 Sep 2009 19:09:36 +0000 (+0200) Subject: zshrc: Remove removal of unexisting functions/aliases for grmlsmall. X-Git-Tag: v0.3.75~3 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=6f323a73d1a65855ba847d2f2c64a6ccc10542ba;hp=0f54088ed3defd8b0bdb9b6caaa103118a1cfff8;p=grml-etc-core.git zshrc: Remove removal of unexisting functions/aliases for grmlsmall. vimpm, vimhelp (functions) and man2, man (aliases) don't seem to exist anywhere anymore. This also applies to /etc/skel/.zshrc.grmlsmall --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e11d04d..efb6113 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -4354,15 +4354,11 @@ if (( GRMLSMALL_SPECIFIC > 0 )) && isgrmlsmall ; then unset abk[V] unalias 'V' &> /dev/null unfunction vman &> /dev/null - unfunction vimpm &> /dev/null - unfunction vimhelp &> /dev/null unfunction viless &> /dev/null unfunction 2html &> /dev/null # manpages are not in grmlsmall unfunction manzsh &> /dev/null - unalias man2 &> /dev/null - unalias man &> /dev/null unfunction man2 &> /dev/null fi