Logo
Explore Help
Register Sign In
mirrors/ohmyzsh
1
0
Fork 0
You've already forked ohmyzsh
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-06-03 22:04:31 +08:00
Code Issues Projects Releases Wiki Activity
ohmyzsh/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 Version: 1.23.8 Page: 839ms Template: 7ms
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