]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/ag/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / ag / README.md
1 # The Silver Searcher
2
3 This plugin provides completion support for [`ag`](https://github.com/ggreer/the_silver_searcher).
4
5 To use it, add ag to the plugins array in your zshrc file.
6
7 ```zsh
8 plugins=(... ag)
9 ```
10
11 ## INSTALLATION NOTES
12
13 Besides oh-my-zsh, `ag` needs to be installed by following these steps: https://github.com/ggreer/the_silver_searcher#installing.