mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-07-31 12:56:27 +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
|
||||||
|
|
||||||
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