mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-07-24 12:46:28 +08:00
Always return a good exit code
This commit is contained in:
parent
7e663c77af
commit
d16c484fe1
@ -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