Logo
Explore Help
Sign In
shell-user/oh-my-zsh
1
0
Fork 0
You've already forked oh-my-zsh
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-05-11 05:55:17 +00:00
Code Issues Projects Releases Wiki Activity
Files
d8b03f3f95c10b61f7a9d4bd690f6cb429fb6ae8
oh-my-zsh/plugins/node/node.plugin.zsh

6 lines
216 B
Bash
Raw Normal View History

Node.js Helpers Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).
2011-05-28 11:20:48 -04:00
# Open the node api for your current version to the optional section.
# TODO: Make the section part easier to use.
Rollback of Pull #366 sorin-ionescu had some good points.
2011-05-30 10:07:15 -04:00
function node-docs {
Use standard open command in current plugins Substitutes the current duplicate logic for the standard and cross-platform function open_command in plugins: frontend-search, jira, node, web-search
2015-08-05 00:32:57 +02:00
open_command "http://nodejs.org/docs/$(node --version)/api/all.html#all_$1"
Node.js Helpers Add helper function to open node api in browser. Add binaries installed via npm to path. Tell node where to find things (what things?).
2011-05-28 11:20:48 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1598ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API