Skip to content

Commit

Permalink
chore: remove fish brew completions link (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Jun 20, 2024
1 parent f03b094 commit c804b2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system_files/shared/usr/share/fish/vendor_conf.d/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
if status --is-interactive
if [ -d /home/linuxbrew/.linuxbrew ]
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
if [ -w /home/linuxbrew/.linuxbrew ]
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew.fish ]
brew completions link > /dev/null
end
end
if test -d (brew --prefix)/share/fish/completions
set -p fish_complete_path (brew --prefix)/share/fish/completions
end
Expand Down

0 comments on commit c804b2d

Please sign in to comment.