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:
parent
de55d37bea
commit
596f94aa7f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user