0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

chore(ag): fix README (#10001)

This commit is contained in:
Aayush Kapoor 2021-08-06 19:21:19 +05:30 committed by GitHub
parent 5377cc37c0
commit 9c34c359c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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