chore(brew): Remove fish brew completions link (#265)

This commit is contained in:
fiftydinar 2024-07-22 17:49:23 +02:00 committed by GitHub
commit 2abdc3e9f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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