Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |||
2014-12-16 | Quote path in case $HOME has a space in it. | Joe Block | |
I've seen stranger things on OS X, unfortunately. This reverts commit 1f5cecee4768be192e439a72a873a6cfe8720927. | |||
2013-11-08 | Added nvm.zsh to detect current Node.js version | isquariel | |