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: 24 days ago
JSON representation
A zsh plugin for lazy loading of oh-my-zsh's nvm plugin
- Host: GitHub
- URL: https://github.com/davidparsson/zsh-nvm-lazy
- Owner: davidparsson
- License: mit
- Created: 2017-10-03T09:52:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T08:05:37.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:42:19.783Z (about 1 month ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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')
```