From 6f323a73d1a65855ba847d2f2c64a6ccc10542ba Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Sat, 5 Sep 2009 21:09:36 +0200 Subject: [PATCH] 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 --- etc/zsh/zshrc | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.1.4