diff --git a/zsh-nvm.plugin.zsh b/zsh-nvm.plugin.zsh index 2fd2834..77599c8 100644 --- a/zsh-nvm.plugin.zsh +++ b/zsh-nvm.plugin.zsh @@ -189,3 +189,7 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then fi fi + +# Make sure we always return good exit code +# We can't `return 0` because that breaks antigen +true