/zsh-node-path

ZSH plugin for automatically adding the "npm bin" of your current directory to your path.

Primary LanguageShellMIT LicenseMIT

zsh-node-path

ZSH plugin for automatically adding the "npm bin" of your current directory to your path.

Installation

Add the lines below for your zsh package manager of choice.

Note: Make sure any nvm plugins preceed this in your .zshrc

antigen bundle andyrichardson/zsh-node-path
zplug "andyrichardson/zsh-node-path"
zgen load "andyrichardson/zsh-node-path"

Acknowledgments

Inspired by the fish plugin plugin-node