From: Michael Prokop Date: Fri, 21 Apr 2017 20:23:45 +0000 (+0200) Subject: zshrc: avoid "no matches found: abk[V]" on grml-small systems X-Git-Tag: v0.14.1~2 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=b9bdbb1eff440c668c8fb8257f48da40fb3fdbac zshrc: avoid "no matches found: abk[V]" on grml-small systems --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6b28940..1680471 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3727,7 +3727,7 @@ fi # end of check whether we have the 'hg'-executable if (( GRMLSMALL_SPECIFIC > 0 )) && isgrmlsmall ; then - unset abk[V] + unset abk[V] &> /dev/null unalias 'V' &> /dev/null unfunction vman &> /dev/null unfunction viless &> /dev/null