mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-17 03:10:09 +00:00
d72b9c5ec5
Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).
2 lines
118 B
Bash
2 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:&|'`
|