summaryrefslogtreecommitdiff
path: root/plugins/node
AgeCommit message (Collapse)Author
2014-07-23Use $OSTYPE instead of uname to speed things upChristian HoĢˆltje
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
2013-08-24Fixed opening documentation on Linux (node)dchusovitin
2012-10-22Fixed node-docsRainer Dreyer
The `#anchor` tags on [nodejs.org](http://nodejs.org/docs/v0.8.2/api/all.html) changed. This fixes the `node-docs` command.
2011-05-30Rollback of Pull #366Andrew Hodges
sorin-ionescu had some good points.
2011-05-28Node.js HelpersAndrew Hodges
Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).