Custom plugin to check the .nvmrc file. When entering a directory, it checks to see if you have the desired node version installed for the current project. If it is, it will use it automatically, if not, then it will ask you if you want to install it. After, it will install all the JS developer tools for that version of NodeJS. This is a different implementation than the default oh-my-zsh version. The main difference is that it will not reset the node version when leaving a directory. It will only preform an action if there is a `.nvmrc` file in the current directory. It will not even use the `nvm_find_nvmrc` command because any interaction with nvm make the stranded `cd` command extremely sluggish. |
||
|---|---|---|
| .. | ||
| custom | ||
| lib | ||
| plugins/notmuch | ||
| custom.zsh | ||