]> git.rmz.io Git - dotfiles.git/blob - zsh/plugins/node/node.plugin.zsh
add my own theme
[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 }