mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
other: Add fish completions to homebrew template (#427)
This commit is contained in:
parent
53d8bdae32
commit
d5c2ce6607
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Bottom < Formula
|
|||
def install
|
||||
bash_completion.install "completion/btm.bash"
|
||||
zsh_completion.install "completion/_btm"
|
||||
fish_completion.install "completion/btm.fish
|
||||
bin.install "btm"
|
||||
ohai "You're done! Run with \"btm\""
|
||||
ohai "For runtime flags, see \"btm --help\""
|
||||
|
|
Loading…
Reference in a new issue