mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-03-12 18:05:42 +08: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:&|'`
|