]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/node/node.plugin.zsh
3bbed6f04c5a165465b63b7c64f24153585645f5
[dotfiles.git] / zsh / plugins / node / node.plugin.zsh
1 # Open the node api for your current version to the optional section.
2 # TODO: Make the section part easier to use.
3 function node-docs {
4 open "http://nodejs.org/docs/$(node --version)/api/all.html#all_$1"
5 }