1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

Add shell completion files to ripgrep-bin.rb

This commit is contained in:
Tareq A Khandaker 2017-01-17 16:58:32 -08:00 committed by Andrew Gallant
parent de55d37bea
commit 596f94aa7f

View File

@ -10,5 +10,9 @@ class RipgrepBin < Formula
def install
bin.install "rg"
man1.install "rg.1"
bash_completion.install "completion/rg.bash-completion"
fish_completion.install "completion/rg.fish"
zsh_completion.install "completion/_rg"
end
end