summaryrefslogtreecommitdiff
path: root/lib/nvm.zsh
AgeCommit message (Collapse)Author
2020-10-09nvm: simplify nvm.sh and bash completion loadingMarc CornellĂ 
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
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
2014-12-16Quote 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-08Added nvm.zsh to detect current Node.js versionisquariel