From 17585ff03ebf07341104f937f3e5fce28a4253bd Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 27 Aug 2016 10:54:33 +0100 Subject: [PATCH] Remove experimental from lazy loading title (So hash links don't break in the future) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3023756..20d8fa7 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. -### Lazy Loading (experimental) +### Lazy Loading If you find `nvm` adds too much lag to your shell startup you can enable lazy loading by exporting the `NVM_LAZY_LOAD` environment variable and setting it to `true`. Lazy loading is around 70 times faster to load, however the first time you run `nvm`, `npm`, `node` or a global module you'll get a slight delay while `nvm` loads first. You'll only get this delay once per session.