From b8eb9a7ae9dc956ef2ca0a7a34f33bfd230f18e4 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 18 Jul 2017 14:58:27 +0100 Subject: [PATCH] Mute unset output --- zsh-nvm.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index f51da28..83967b7 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -100,7 +100,7 @@ _zsh_nvm_lazy_load() { # When called, unset all lazy loaders, load nvm then run current command eval "$cmd(){ - unset -f $cmds + unset -f $cmds > /dev/null 2>&1 _zsh_nvm_load $cmd \"\$@\" }"