Always return a good exit code

This commit is contained in:
Luke Childs 2017-01-10 12:55:51 +07:00
parent 7e663c77af
commit d16c484fe1

View File

@ -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