diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index f69d27c..a09ad23 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -34,6 +34,7 @@ nvm_update() { else echo "Updating to $latest_version..." $(cd "$NVM_DIR" && git fetch && git checkout "$latest_version") + source "$NVM_DIR/nvm.sh" fi }