zshrc: avoid "no matches found: abk[V]" on grml-small systems, fixup
authorMichael Prokop <mika@grml.org>
Fri, 21 Apr 2017 21:39:23 +0000 (23:39 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 21 Apr 2017 21:39:23 +0000 (23:39 +0200)
Thanks: Frank Terbeck <ft@grml.org>

etc/zsh/zshrc

index 1680471..478aa1e 100644 (file)
@@ -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