Mute unset output

This commit is contained in:
Luke Childs 2017-07-18 14:58:27 +01:00
parent 434b3f389e
commit 5c59940a6d

View File

@ -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 \"\$@\"
}"