1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-01-07 21:16:47 +01:00
ohmyzsh/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:&|'`