summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-03-03 16:12:45 -0500
committerGitHub <noreply@github.com>2021-03-03 16:12:45 -0500
commitd5c2ce6607fda2a2fba986e36feb54e46805a423 (patch)
treea695a800cb139afd46b9cc912307b1cbde806960 /deployment
parent53d8bdae3280854c428b4bf7de4bf765bcd4f6e4 (diff)
other: Add fish completions to homebrew template (#427)
Diffstat (limited to 'deployment')
-rw-r--r--deployment/macos/homebrew/bottom.rb.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/macos/homebrew/bottom.rb.template b/deployment/macos/homebrew/bottom.rb.template
index 3c9445c3..16bd893e 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -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\""