zshrc: avoid "no matches found: abk[V]" on grml-small systems
authorMichael Prokop <mika@grml.org>
Fri, 21 Apr 2017 20:23:45 +0000 (22:23 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 21 Apr 2017 20:24:53 +0000 (22:24 +0200)
etc/zsh/zshrc

index 6b28940..1680471 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]
+    unset abk[V]        &> /dev/null
     unalias    'V'      &> /dev/null
     unfunction vman     &> /dev/null
     unfunction viless   &> /dev/null