summaryrefslogtreecommitdiff
path: root/plugins/nvm/README.md
AgeCommit message (Collapse)Author
2022-12-01feat(nvm): add `silent-autoload` setting (#11363)Carlo
Co-authored-by: Michał Regulski <regulskimichal@outlook.com> Closes #10942
2022-11-15feat(nvm)!: settings now are zstyle-based (#11335)Carlo
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2022-10-06fix(nvm): source nvm script only when used (#11205)Carlo
closes #11042
2021-12-29docs(nvm): clarify how to get Homebrew directory (#10393)Paul Robert Lloyd
2021-06-13feat(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-02docs(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-09nvm: add autoloading of nvm version in .nvmrcDanny Grove
Closes #5782 Fixes #8959 Closes #8976
2020-10-09nvm: only lazy-load nvm if the NVM_LAZY setting is setMarc Cornellà
2020-10-08nvm: add Homebrew's nvm setup (#8316)davidfmatheson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2018-10-03nvm: add README (#7202)Denys Dovhan