[zsh] Add user-global node_modules/bin to $path
This commit is contained in:
parent
6b08decfb9
commit
e8aca4c7da
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ function init-env-path
|
|||
"$HOME/Website/scripts" \
|
||||
"$HOME/bin" \
|
||||
"$HOME/.local/bin" \
|
||||
"$HOME/.local/lib/node_modules/bin" \
|
||||
"$HOME/.cargo/bin" \
|
||||
"$HOME/.ghcup/bin" \
|
||||
"$HOME/.gem/ruby/2.2.0/bin" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue