This commit is contained in:
Leo.Kang 2024-11-19 20:23:11 +09:00 committed by GitHub
commit b4fa89cdff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,9 @@ _zsh_nvm_load() {
;;
esac
}
[[ "$NVM_AUTO_USE" == true ]] && _zsh_nvm_auto_use
}
_zsh_nvm_completion() {