summaryrefslogtreecommitdiff
path: root/plugins/ag/README.md
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2021-06-13 08:13:21 -0700
committerRobby Russell <robby@planetargon.com>2021-06-13 08:13:21 -0700
commitc65153739adc34b68ebf8b37dbd61dd845a55790 (patch)
treed713d136e0f71c82c3584ef01f17b4cb270cf114 /plugins/ag/README.md
parent43a9eed263aafdf7796a179d1f1c68f43a6ff411 (diff)
parent5b3657a454efdd5d27753c049cc2e2f1c4d82bc7 (diff)
downloadzsh-c65153739adc34b68ebf8b37dbd61dd845a55790.tar.gz
zsh-c65153739adc34b68ebf8b37dbd61dd845a55790.tar.bz2
zsh-c65153739adc34b68ebf8b37dbd61dd845a55790.zip
Merge branch 'master' of github.com:ohmyzsh/ohmyzsh
Diffstat (limited to 'plugins/ag/README.md')
-rw-r--r--plugins/ag/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/ag/README.md b/plugins/ag/README.md
new file mode 100644
index 000000000..6acc54067
--- /dev/null
+++ b/plugins/ag/README.md
@@ -0,0 +1,13 @@
+# The Silver Searcher
+
+This plugin provides completion support for [`ag`](https://github.com/ggreer/the_silver_searcher).
+
+To use it, add ag to the plugins array in your zshrc file.
+
+```zsh
+plugins=(... aws)
+```
+
+## INSTALLATION NOTES
+
+Besides oh-my-zsh, `ag` needs to be installed by following these steps: https://github.com/ggreer/the_silver_searcher#installing.