lastpass-cli: add zsh completions
Closes #30285. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
09593d734a
commit
96f49e1e8d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class LastpassCli < Formula
|
|||
system "make", "MANDIR=#{man}", "install-doc"
|
||||
|
||||
bash_completion.install "contrib/lpass_bash_completion"
|
||||
zsh_completion.install "contrib/lpass_zsh_completion" => "_lpass"
|
||||
fish_completion.install "contrib/completions-lpass.fish"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue