1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-26 13:14:44 +01:00
Files
oh-my-zsh/plugins/nvm/nvm.plugin.zsh
Carlo Sala 94aa49c0b9 feat(nvm)!: make lazy and autoload options compatible
BREAKING CHANGE: Prior to this commit, if `lazy` and `autoload` options
were enabled at the same time, `lazy` was getting overriden and only
`autoload` was taken into account.
Now they work together and `autoload` will be enabled after `nvm` has
been lazy-loaded.

Closes #11690
2024-03-04 11:11:27 +01:00

3.0 KiB