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:
2
plugins/npm/npm.plugin.zsh
Normal file
2
plugins/npm/npm.plugin.zsh
Normal 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:&|'`
|
Reference in New Issue
Block a user