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