From a81b118b22808bce2b737c00eaa43c88c5dd5abc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 21 Apr 2017 23:39:23 +0200 Subject: [PATCH] zshrc: avoid "no matches found: abk[V]" on grml-small systems, fixup Thanks: Frank Terbeck --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4