Test removing lazy chpwd hook

This commit is contained in:
Luke Childs 2020-05-16 14:51:38 +07:00
parent 0b1344de73
commit 30f8555044

View File

@ -102,7 +102,6 @@ _zsh_nvm_lazy_load() {
eval "$cmd(){
unset -f $cmds > /dev/null 2>&1
_zsh_nvm_load
[[ \"$NVM_AUTO_USE\" == true ]] && add-zsh-hook chpwd _zsh_nvm_auto_use
$cmd \"\$@\"
}"
done