1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-11 07:03:53 +00:00
prezto/plugins/npm/npm.plugin.zsh

3 lines
118 B
Bash
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:&|'`