fix(brew): Broken path in brew-fish-completions.fish

This commit is contained in:
zelikos 2024-06-03 14:30:18 -04:00
parent ccc426454f
commit 8ebbc4b59a
No known key found for this signature in database
GPG key ID: AA0CB476ECFA09E7

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