mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Mute unset output
This commit is contained in:
parent
434b3f389e
commit
5c59940a6d
@ -100,7 +100,7 @@ _zsh_nvm_lazy_load() {
|
|||||||
|
|
||||||
# When called, unset all lazy loaders, load nvm then run current command
|
# When called, unset all lazy loaders, load nvm then run current command
|
||||||
eval "$cmd(){
|
eval "$cmd(){
|
||||||
unset -f $cmds
|
unset -f $cmds > /dev/null 2>&1
|
||||||
_zsh_nvm_load
|
_zsh_nvm_load
|
||||||
$cmd \"\$@\"
|
$cmd \"\$@\"
|
||||||
}"
|
}"
|
||||||
|
Loading…
Reference in New Issue
Block a user