https://github.com/tomsquest/nvm-auto-use.zsh
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
https://github.com/tomsquest/nvm-auto-use.zsh
nvm zsh zsh-plugins
Last synced: 6 months ago
JSON representation
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
- Host: GitHub
- URL: https://github.com/tomsquest/nvm-auto-use.zsh
- Owner: tomsquest
- Created: 2016-04-30T14:47:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T11:52:44.000Z (about 2 years ago)
- Last Synced: 2025-04-13T20:56:27.313Z (6 months ago)
- Topics: nvm, zsh, zsh-plugins
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NVM auto use
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use