mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-10-30 14:46:28 +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
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
return true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user