From: Michael Prokop Date: Fri, 21 Apr 2017 21:39:23 +0000 (+0200) Subject: zshrc: avoid "no matches found: abk[V]" on grml-small systems, fixup X-Git-Tag: v0.14.1~1 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=a81b118b22808bce2b737c00eaa43c88c5dd5abc zshrc: avoid "no matches found: abk[V]" on grml-small systems, fixup Thanks: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1680471..478aa1e 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] &> /dev/null + unset "abk[V]" unalias 'V' &> /dev/null unfunction vman &> /dev/null unfunction viless &> /dev/null