rasreee / zsh-nvm-lazy-load

Lazy loader for nvm (zsh plugin)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin that will lazy load nvm.

Running nvm.sh in your .zshrc is destroying startup time. This plugin will mitigate that.

Commands nvm, node, yarn and npm will load nvm.sh on their first invocation, posing no start up time penalty for the shells that aren't going to use them at all.

There is only single time penalty for shell. Every next time you will run any of commands above, nvm will be already initialized.

About

Lazy loader for nvm (zsh plugin)

License:MIT License


Languages

Language:Shell 100.0%