mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Always return true so failed checks don't make us return a non zero exit code
This commit is contained in:
parent
3388eebd8a
commit
8bdba4fa1e
@ -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