Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/npm/npm.plugin.zsh

2 lines
118 B
Shell
Raw Normal View History

# TODO: Don't do this in such a weird way.
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/share/npm/bin:&|'`