Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-15 | docs(nvm): clarify autoload setup (#11797) | Jarrett Lusso | |
2023-06-20 | fix(nvm): disable lazy-loading if autoload is set | Carlo Sala | |
Closes #11748 | |||
2023-06-07 | feat(nvm): add `npx` to lazy trigger list | Carlo Sala | |
Closes #11740 | |||
2022-12-01 | feat(nvm): add `silent-autoload` setting (#11363) | Carlo | |
Co-authored-by: Michał Regulski <regulskimichal@outlook.com> Closes #10942 | |||
2022-11-15 | feat(nvm)!: settings now are zstyle-based (#11335) | Carlo | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2022-10-06 | fix(nvm): source nvm script only when used (#11205) | Carlo | |
closes #11042 | |||
2021-12-29 | docs(nvm): clarify how to get Homebrew directory (#10393) | Paul Robert Lloyd | |
2021-06-13 | feat(nvm): introduce customizable list of command that triggers lazy loading ↵ | Guo, Quan | |
(#9946) * Add customizable list of command that triggers lazy loading * Add $NVM_LAZY_CMD * Add instruction to `NVM_LAZY_CMD` in README.md | |||
2021-01-02 | docs(nvm): clarify how to enable settings (#9542) | Paul Robert Lloyd | |
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. | |||
2020-10-09 | nvm: add autoloading of nvm version in .nvmrc | Danny Grove | |
Closes #5782 Fixes #8959 Closes #8976 | |||
2020-10-09 | nvm: only lazy-load nvm if the NVM_LAZY setting is set | Marc Cornellà | |
2020-10-08 | nvm: add Homebrew's nvm setup (#8316) | davidfmatheson | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2018-10-03 | nvm: add README (#7202) | Denys Dovhan | |