Browse Source

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

pull/20/head
Luke Childs 8 years ago
parent
commit
8bdba4fa1e
  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