Browse Source

Always return a good exit code

pull/22/head
Luke Childs 8 years ago
parent
commit
4637e8f01b
  1. 4
      zsh-nvm.plugin.zsh

4
zsh-nvm.plugin.zsh

@ -189,3 +189,7 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then
fi fi
fi fi
# Make sure we always return good exit code
# We can't `return 0` because that breaks antigen
true

Loading…
Cancel
Save