Skip to content

zsh plugin that checks nvm version

Notifications You must be signed in to change notification settings

significa/nvm-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

nvm-checker

=============

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

=============

Install

Using oh-my-zsh

  1. Clone this repository in oh-my-zsh's plugins directory:

    git clone git@github.com:significa/nvm-checker.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nvm-checker
    
  2. Activate the plugin in ~/.zshrc:

    plugins=( [plugins...] nvm-checker)
    
  3. Source ~/.zshrc to take changes into account:

    source ~/.zshrc
    

Update

  1. Remove plugin directory and clone the repository again:

     rm -rf ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nvm-checker; git clone git@github.com:significa/nvm-checker.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/nvm-checker
    

Releases

No releases published

Languages