davidparsson / zsh-nvm-lazy

A zsh plugin for lazy loading of oh-my-zsh's nvm plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-nvm-lazy

A zgen plugin for lazy loading of oh-my-zsh's nvm plugin. It supports lazy-loading nvm for more than one binary/entrypoint, with the defaults being nvm, node, npm and npx.

To extend these, export ZSH_LAZY_NVM_BINARIES before the plugin is loaded, like this:

export ZSH_LAZY_NVM_BINARIES=('nvm' 'npm' 'node' 'gulp')

About

A zsh plugin for lazy loading of oh-my-zsh's nvm plugin

License:MIT License


Languages

Language:Shell 100.0%