=============
nvm version checker for Zsh.
This projects aims at providing users a visual aid to notice that their node version is not equal to the one required on the .nvmrc file
=============
Using oh-my-zsh
-
Clone this repository in oh-my-zsh's plugins directory:
git clone [email protected]:significa/nvm-checker.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nvm-checker
-
Activate the plugin in
~/.zshrc
:plugins=( [plugins...] nvm-checker)
-
Source
~/.zshrc
to take changes into account:source ~/.zshrc
-
Remove plugin directory and clone the repository again:
rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nvm-checker; git clone [email protected]:significa/nvm-checker.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nvm-checker