summaryrefslogtreecommitdiff
path: root/plugins/ag
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2021-08-16 19:36:49 -0600
committerTuowen Zhao <ztuowen@gmail.com>2021-08-16 19:36:49 -0600
commitf8b7b6584bf1ca7e836ba9cc13fcce573047fb07 (patch)
tree3a49f51b1c5632a7d89bdea855ce873ff7b1060b /plugins/ag
parent617ed3bd9f3d9519fe2354941f3dbf15b0c712ee (diff)
parent11e22ed0b5c1aebd6e990ea7a885bdf03ab6555a (diff)
downloadzsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.tar.gz
zsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.tar.bz2
zsh-f8b7b6584bf1ca7e836ba9cc13fcce573047fb07.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'plugins/ag')
-rw-r--r--plugins/ag/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ag/README.md b/plugins/ag/README.md
index 6acc54067..1983aaa41 100644
--- a/plugins/ag/README.md
+++ b/plugins/ag/README.md
@@ -5,7 +5,7 @@ This plugin provides completion support for [`ag`](https://github.com/ggreer/the
To use it, add ag to the plugins array in your zshrc file.
```zsh
-plugins=(... aws)
+plugins=(... ag)
```
## INSTALLATION NOTES