plugins/node/node.plugin.zsh
d72b9c5e
 # Open the node api for your current version to the optional section.
 # TODO: Make the section part easier to use.
1e3b441c
 function node-docs {
d72b9c5e
 	open "http://nodejs.org/docs/$(node --version)/api/all.html#$1"
 }