Skip to content

Commit

Permalink
brew: autoactivate rtx in fish
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 11, 2023
1 parent bcf7dec commit bac0036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/homebrew/homebrew.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Rtx < Formula
def install
bin.install "bin/rtx"
man1.install "man/man1/rtx.1"
share.install "share/fish"
generate_completions_from_executable(bin / "rtx", "completion")
lib.mkpath
touch lib / ".disable-self-update"
Expand Down

0 comments on commit bac0036

Please sign in to comment.