From 3f4d3008319e2ae8be02c748de1553a9859d1b97 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Fri, 16 Dec 2016 11:25:22 +0700 Subject: [PATCH] Manually load node -> Don't autoload node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f03b443..50c890a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ antigen bundle lukechilds/zsh-nvm Note: If `nvm` doesn't exist in this directory it'll be automatically installed when you start a session. -### Manually load node +### Don't autoload node By default when `nvm` is loaded it'll automatically run `nvm use default` and load your default `node` version along with `npm` and any global modules. You can disable this behaviour by exporting the `NVM_NO_USE` environment variable and setting it to `true`. It must be set before `zsh-nvm` is loaded.