Browse Source

Don't hardcode npm path

master
Arti Zirk 3 days ago
parent
commit
d8111e7bf8
  1. 2
      .zshrc

2
.zshrc

@ -306,7 +306,7 @@ function npm {
( (
export COLOR=1 export COLOR=1
export REACT_APP_NO_CLEAR_CONSOLE=1 export REACT_APP_NO_CLEAR_CONSOLE=1
exec /usr/bin/npm $@ | cat exec command npm $@ | cat
) )
} }

Loading…
Cancel
Save