mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-01-30 09:47:14 +08:00
Make NVM_AUTO_USE works even when loaded done
This commit is contained in:
parent
745291dcf2
commit
f1b6bbda15
@ -69,6 +69,9 @@ _zsh_nvm_load() {
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
[[ "$NVM_AUTO_USE" == true ]] && _zsh_nvm_auto_use
|
||||
|
||||
}
|
||||
|
||||
_zsh_nvm_completion() {
|
||||
|
Loading…
Reference in New Issue
Block a user