From d5c2ce6607fda2a2fba986e36feb54e46805a423 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 3 Mar 2021 16:12:45 -0500 Subject: [PATCH] other: Add fish completions to homebrew template (#427) --- deployment/macos/homebrew/bottom.rb.template | 1 + 1 file changed, 1 insertion(+) 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\""