summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2017-05-29 13:02:09 -0700
committerAndrew Gallant <jamslam@gmail.com>2017-05-29 16:55:03 -0400
commit2628c8f38ee117d41a340afc87454db037b69933 (patch)
tree923b00c3014887f8ad52fd6962d3ce790a1f6d4d /build.rs
parent112b3c5e0ae232fdbce90cd505c57f2c4abc4a22 (diff)
Add Zsh completion file
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index d084eac8..3c16b532 100644
--- a/build.rs
+++ b/build.rs
@@ -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);
}