mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-02-27 10:25:31 +08:00
Always return a good exit code
This commit is contained in:
parent
bc08d9cc64
commit
4637e8f01b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user