-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
REPL shell mode IOError when changing directories #28624
Comments
I experience the same error using fish as default shell. I don't have this bobthefish theme installed, so it seems to be some problem with fish shell alone. |
This seems to be the culprit (I have no idea what is the need for that line...): Line 59 in 883c8a3
on fish:
bash:
Now, if we change the command a bit, it works on both shells (and this is the way I see it done more often) on fish:
bash:
I opened an issue for fish to see if this is a bug from fish. |
This is fixed on fish master and will be released only for fish 3.0, which I don't know when will be released. I made a PR here to make it work... |
Thank you @favba. |
Julia's REPL shell mode produces an error when executing a basic
cd
command when the default shell is fish and has the bobthefish theme active. The theme displays and formats some useful information.The error does not occur when the default shell is
/bin/bash
.The text was updated successfully, but these errors were encountered: