Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with fish and brew #1304

Closed
danielintempesta opened this issue May 16, 2024 · 0 comments
Closed

Problem with fish and brew #1304

danielintempesta opened this issue May 16, 2024 · 0 comments

Comments

@danielintempesta
Copy link
Contributor

danielintempesta commented May 16, 2024

Describe the bug

Hi. After installing brew on Aurora (latest) and using fish as shell, I get the following message when running fish:

[: the last argument must be ']'

/usr/share/fish/vendor_conf.d/brew.fish (line 7): 
            if  [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew]
                ^
from sourcing file /usr/share/fish/vendor_conf.d/brew.fish
	called on line 248 of file /usr/share/fish/config.fish
from sourcing file /usr/share/fish/config.fish
	called during startup

(Type 'help [' for related documentation)

What did you expect to happen?

Line 7 of /usr/share/fish/vendor_conf.d/brew.fish must be

if [ ! -L (brew --prefix)/share/fish/vendor_completions.d/brew ]

Thanks

danielintempesta added a commit to danielintempesta/bluefin that referenced this issue May 16, 2024
Update brew.fish. Related issue: ublue-os#1304
@m2Giles m2Giles closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants