| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
Closes #11748
|
|
Closes #11740
|
|
Co-authored-by: Michał Regulski <regulskimichal@outlook.com>
Closes #10942
|
|
Co-authored-by: Marc Cornellà <hello@mcornella.com>
|
|
closes #11042
|
|
|
|
(#9946)
* Add customizable list of command that triggers lazy loading
* Add $NVM_LAZY_CMD
* Add instruction to `NVM_LAZY_CMD` in README.md
|
|
It wasn’t clear where I should set the `NVM_AUTOLOAD` variable. The clue was to be found in [the docs for another plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf). It seems setting values need to come before Oh My Zsh is sourced.
Updated read me to reflect this, and the fact that one of the settings mentioned is specific to nvm, not this plugin.
|
|
Closes #5782
Fixes #8959
Closes #8976
|
|
|
|
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
|
|
|