-
Notifications
You must be signed in to change notification settings - Fork 265
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
Issue with recent MacOS update? #776
Comments
I just noticed the same here after I upgraded all my brew+macOS things after some holidays. I tried to edit this line and add some debug printing but actually nothing got printed… so I wonder if fisher really is to blame here… So now I went to check if some of my other tools which are used in the fish/config file maybe use some realpath wrong (direnv, starship, thefuck, asdf) … and it looks like asdf is to blame in my case. Maybe you also use it? |
I think you are correct @toabi. I found this comment in Closing this issue. Sorry for the misdirection folks. |
@crcastle there you go 😄 Homebrew/homebrew-core#142183 |
I'm just getting an error every time a new command line is shown:
realpath: illegal option -- -
.It looks like it has something to do with fisher because the error references
realpath
which I can only find being called infisher.fish
.Any idea what's going on here? I'm not sure with what arguments
realpath
is being called, so I'm not sure how to debug.EDIT: I'm on a MacBook Pro with the M1 Pro CPU. OS is 13.5.2, which came out around Sept 7.
The text was updated successfully, but these errors were encountered: