Mute unset output

This commit is contained in:
Luke Childs 2017-07-18 14:58:27 +01:00
parent 1a2fe08cf2
commit b8eb9a7ae9

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