Add Zsh completion file

This commit is contained in:
Fangrui Song
2017-05-29 13:02:09 -07:00
committed by Andrew Gallant
parent 112b3c5e0a
commit 2628c8f38e
4 changed files with 148 additions and 4 deletions

View File

@@ -22,6 +22,5 @@ fn main() {
let mut app = app::app();
app.gen_completions("rg", Shell::Bash, &outdir);
app.gen_completions("rg", Shell::Fish, &outdir);
app.gen_completions("rg", Shell::Zsh, &outdir);
app.gen_completions("rg", Shell::PowerShell, &outdir);
}