Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andyrichardson/zsh-node-path

ZSH plugin for automatically adding the "npm bin" of your current directory to your path.
https://github.com/andyrichardson/zsh-node-path

nodejs terminal zsh

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/zsh-users/antigen)

```sh
antigen bundle andyrichardson/zsh-node-path
```

### [Zplug](https://github.com/zplug/zplug)

```sh
zplug "andyrichardson/zsh-node-path"
```

### [Zgen](https://github.com/tarjoilija/zgen)

```sh
zgen load "andyrichardson/zsh-node-path"
```

## Acknowledgments

Inspired by the fish plugin [plugin-node](https://github.com/oh-my-fish/plugin-node)