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

This commit is contained in:
Luke Childs 2017-01-03 18:36:27 +07:00
parent 3388eebd8a
commit 8bdba4fa1e

View File

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