pidcat : add zsh-completion
Closes #9704. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>master
parent
3474e4de01
commit
1d3bd2acfb
|
@ -10,6 +10,7 @@ class Pidcat < Formula
|
|||
def install
|
||||
bin.install "pidcat.py" => "pidcat"
|
||||
bash_completion.install "bash_completion.d/pidcat"
|
||||
zsh_completion.install "zsh-completion/_pidcat"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue