Browse Source

added npm bin to PATH

master
Marc 3 years ago
parent
commit
163e8cef4b
1 changed files with 1 additions and 1 deletions
  1. 2
      .config/zsh/.zshenv

2
.config/zsh/.zshenv

@ -2,7 +2,7 @@
setopt no_global_rcs setopt no_global_rcs
# environment variables # environment variables
export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH
export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH:$(npm bin -g)
# aliases # aliases
# to temporary disable them in case they override defaults, # to temporary disable them in case they override defaults,

Loading…
Cancel
Save