mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
chore(ag): fix README (#10001)
This commit is contained in:
parent
5377cc37c0
commit
9c34c359c4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
To use it, add ag to the plugins array in your zshrc file.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
plugins=(... aws)
|
plugins=(... ag)
|
||||||
```
|
```
|
||||||
|
|
||||||
## INSTALLATION NOTES
|
## INSTALLATION NOTES
|
||||||
|
|
Loading…
Reference in a new issue