1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 19:31:43 +00:00

Node.js Helpers

Add helper function to open node api in browser. Add binaries installed via
npm to path. Tell node where to find things (what things?).
This commit is contained in:
Andrew Hodges
2011-05-28 11:20:48 -04:00
parent 513938e5c3
commit f14b00808d
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# TODO: Don't do this in such a weird way.
export PATH=`echo $PATH | sed -e 's|/usr/bin|/usr/local/share/npm/bin:&|'`