Browse Source

now static npm path, function made weird npm calls on desktop switches

master
Marc 3 years ago
parent
commit
a343558268
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
# environment variables
export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH:$(npm bin -g)
export PATH=/home/marc/.config/scripts:/home/marc/.local/bin:$PATH:$HOME/.cache/npm-packages/bin
# aliases
# to temporary disable them in case they override defaults,

Loading…
Cancel
Save