diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index f4f56f3..2631511 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -69,6 +69,9 @@ _zsh_nvm_load() { ;; esac } + + [[ "$NVM_AUTO_USE" == true ]] && _zsh_nvm_auto_use + } _zsh_nvm_completion() {