fix(brew): Broken path in brew-fish-completions.fish pt.2 (#253)

This commit is contained in:
fiftydinar 2024-06-03 20:43:05 +02:00 committed by GitHub
commit 8b63ba9977
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ 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 ]
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew-fish-completions.fish ]
brew completions link > /dev/null
end
end