summaryrefslogtreecommitdiff
path: root/plugins/nvm
AgeCommit message (Collapse)Author
2020-10-09nvm: 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-08nvm: add Homebrew's nvm setup (#8316)davidfmatheson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-03-09nvm: add `install-latest-npm` to completion (#8709)Nick Paterno
2019-04-08nvm: load nvm script only if command doesn't already exist (#5454)Sascha Bratton
Fixes #5453.
2018-10-03nvm: add README (#7202)Denys Dovhan
2018-07-01update nvm completions with v0.29.0 (#4701)Maciej Sypień
2016-08-07nvm 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-05NVM: Avoid providing completions when nvm is not installedPaul Melnikow
2013-09-04Plugin for Node Version ManagerPaul Melnikow