summaryrefslogtreecommitdiff
path: root/plugins/frontend-search/README.md
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-04-22 18:41:10 -0700
committerRobby Russell <robby@planetargon.com>2015-04-22 18:41:10 -0700
commitb4729d3ea06ffce7d6ec335514d28bc95b22887a (patch)
tree0084cd8c1ad23cfe450cc96fce34bf35e8a32781 /plugins/frontend-search/README.md
parent75b9030f48a55a42849cc68b0fc5b92d66d236ac (diff)
parenteea77b7cb7a8d64a03d7eddc5e0f05e122b82546 (diff)
downloadzsh-b4729d3ea06ffce7d6ec335514d28bc95b22887a.tar.gz
zsh-b4729d3ea06ffce7d6ec335514d28bc95b22887a.tar.bz2
zsh-b4729d3ea06ffce7d6ec335514d28bc95b22887a.zip
Merge pull request #3792 from willmendesneto/frontend-search-add-new-repositories
Add stackoverflow search
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r--plugins/frontend-search/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/frontend-search/README.md b/plugins/frontend-search/README.md
index 32784d03b..c1ccc9092 100644
--- a/plugins/frontend-search/README.md
+++ b/plugins/frontend-search/README.md
@@ -47,6 +47,7 @@ The search content are
* `angularjs <google.com/search?as_q=<search-term>&as_sitesearch=angularjs.org>`
* `reactjs <google.com/search?as_q=<search-term>&as_sitesearch=facebook.github.io/react>`
* `emberjs <emberjs.com>`
+* `stackoverflow <stackoverflow.com>`
## Aliases ##
@@ -72,6 +73,7 @@ There are a few aliases presented as well:
* `angularjs` A shorthand for `frontend angularjs`
* `reactjs` A shorthand for `frontend reactjs`
* `emberjs` A shorthand for `frontend emberjs`
+* `stackoverflow` A shorthand for `frontend stackoverflow`
## Author