mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Rename node-docs to node-doc
This commit is contained in:
parent
9c36a5e626
commit
32f06949cb
1 changed files with 0 additions and 0 deletions
10
plugins/node/functions/node-doc
Normal file
10
plugins/node/functions/node-doc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
# Opens the Node.js online API documentation in the default browser.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# TODO: Make the sections easier to use.
|
||||
open "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/all.html#${1}"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue