Adds node and npm info to the default robbyrussell
theme for zsh. Useful when used in combination with nvm when your workflow involves switching between node versions for projects.
- copy the
robbyrussell-with-node-info.zsh-theme
from this repo to~/.oh-my-zsh/themes
- update
ZSH_THEME
line in~/.zshrc
toZSH_THEME="robbyrussell-with-node-info"