Skip to content

Commit 4bfcfe3

Browse files
committed
remove npm setting, who cares about java script
1 parent 3eefe1a commit 4bfcfe3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

zsh/.zshrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,6 @@ fi
468468
# go bins
469469
[ -d ~/go/bin ] && export PATH=$PATH:~/go/bin
470470

471-
# make npm global install to user path
472-
export NPM_CONFIG_PREFIX=~/.npm-global
473-
export PATH=$PATH:$NPM_CONFIG_PREFIX/bin
474-
475471
# enable sccache for rust
476472
if type sccache > /dev/null; then
477473
export RUSTC_WRAPPER=sccache

0 commit comments

Comments
 (0)