Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/davidparsson/zsh-nvm-lazy

A zsh plugin for lazy loading of oh-my-zsh's nvm plugin
https://github.com/davidparsson/zsh-nvm-lazy

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# 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')
```