Browse Source

Always return true so failed checks don't make us return a non zero exit code

auto-use
Luke Childs 8 years ago
parent
commit
d2bb8b91fc
  1. 2
      zsh-nvm.plugin.zsh

2
zsh-nvm.plugin.zsh

@ -183,3 +183,5 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then
fi
fi
return true

Loading…
Cancel
Save