Always return a good exit code

This commit is contained in:
Luke Childs 2017-01-10 12:55:51 +07:00
parent bc08d9cc64
commit 4637e8f01b

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