Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | fix(nvm): omit message when silent-autoload is enabled (#11371) | Michał Regulski | |
2022-12-01 | fix(nvm): trim non-printable chars from .nvmrc (#10997) | Zeragamba | |
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 | |||
2022-04-24 | fix(nvm): don't try to load nvm via `brew` if not found (#10878) | Marc Cornellà | |
Fixes #10878 | |||
2022-04-22 | fix(nvm): support path from Apple Silicon Homebrew (#10875) | Carlo Sala | |
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: exit the plugin if the nvm loading script wasn't found | Marc Cornellà | |
2020-10-09 | nvm: only lazy-load nvm if the NVM_LAZY setting is set | Marc Cornellà | |
2020-10-09 | nvm: speed-up nvm loading with `--no-use` | Keith Yao | |
Closes #7138 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-09 | nvm: check $XDG_CONFIG_HOME/nvm for an nvm installation | Chigozirim C | |
Closes #7807 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-09 | nvm: simplify nvm.sh and bash completion loading | Marc Cornellà | |
2020-10-09 | nvm: use `nvm current` in nvm_prompt_info and look in alternate install ↵ | Andrew Janke | |
locations This makes it work regardless of where nvm is loaded from. And it uses nvm's version strings, which distinguish the "system" and "none" NVM environments, instead of reporting the specific version of the system node.js or erroring, respectively. Fixes #4336 Closes #4338 | |||
2020-10-08 | nvm: add Homebrew's nvm setup (#8316) | davidfmatheson | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-03-09 | nvm: add `install-latest-npm` to completion (#8709) | Nick Paterno | |
2019-04-08 | nvm: load nvm script only if command doesn't already exist (#5454) | Sascha Bratton | |
Fixes #5453. | |||
2018-10-03 | nvm: add README (#7202) | Denys Dovhan | |
2018-07-01 | update nvm completions with v0.29.0 (#4701) | Maciej Sypień | |
2016-08-07 | nvm plugin improvements (#5265) | Luke Childs | |
* Export $NVM_DIR if it doesn't exist and use it when looking for nvm * Use $NVM_DIR when looking for nvm for completion * Use $NVM_DIR when looking for nvm in nvm_prompt_info | |||
2013-09-05 | NVM: Avoid providing completions when nvm is not installed | Paul Melnikow | |
2013-09-04 | Plugin for Node Version Manager | Paul Melnikow | |