mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-15 12:51:13 +00:00
3 lines
118 B
Bash
3 lines
118 B
Bash
|
# TODO: Don't do this in such a weird way.
|
||
|
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/share/npm/bin:&|'`
|