From 7577d37b7ee941e0bbae46e87ceee0cd912aeb26 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 15 Jan 2017 16:29:55 +0700 Subject: [PATCH] Remove experimental warning from NVM_LAZY_LOAD --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 67441b3..51b2b7a 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,6 @@ Performance comparison: ( _zsh_nvm_lazy_load; ) 0.01s user 0.01s system 168% cpu 0.012 total ``` -Note: This feature is experimental, use with caution. - ### 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.