fix: Revert #253

This commit is contained in:
zelikos 2024-06-05 17:19:53 -04:00
parent a7024ba475
commit a7675b5c20
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-fish-completions.fish ]
if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew.fish ]
brew completions link > /dev/null
end
end