mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-07-31 12:56:27 +08:00
Always return true so failed checks don't make us return a non zero exit code
This commit is contained in:
parent
b53441a4c5
commit
d2bb8b91fc
@ -183,3 +183,5 @@ if [[ "$ZSH_NVM_NO_LOAD" != true ]]; then
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
return true
|
||||
|
Loading…
Reference in New Issue
Block a user