From dd691537e0664732c39c71b313a7e0633a969f66 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:11:10 +0200 Subject: [PATCH] chore(brew): Remove fish brew completions link Took from Bluefin's PR: https://github.com/ublue-os/bluefin/pull/1408 Not sure why this needs to be removed, so I won't merge this until I get more information for this. --- modules/brew/brew-fish-completions.fish | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/brew/brew-fish-completions.fish b/modules/brew/brew-fish-completions.fish index 5602206..396a237 100755 --- a/modules/brew/brew-fish-completions.fish +++ b/modules/brew/brew-fish-completions.fish @@ -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