-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Confusing errors with PS1 is inherited (from bash etc.) #989
Comments
Generally speaking
|
Oops, I should have run
If I restart my terminal session (which then doesn't load |
Ah can you do I think the problem might be that The error message needs to be better, the |
Here you go!
and with a blank
|
OK yeah the issue is that it is being inherited. If you do
then you can avoid having to change I can see how this is confusing. The way it works is that environment variables like But Maybe we can make I think it will help if the errors are better, or maybe a section of the manual should say to reset |
Thanks for trying it and sending feedback! I'll think about what to do here, but for now I think https://github.com/oilshell/oil/wiki/Shell-Programs-That-Run-Under-OSH |
excellent, thank you for the help! |
(notes) 2 issues with source locations that would make some of the errors better
|
Released last month https://www.oilshell.org/release/0.9.3/ |
I installed oil using homebrew, which says is on 0.9.2. When I run
oil
in bash, even tho I have a completely blank~/.config/oil/oshrc
, I see errors related to my bash set up:According to the docs, neither
.bash_profile
nor.bashrc
should be loaded. If I comment out or rename them, thenoil
opens normally when run from a fresh process. Now that I've written this out, doesoil
inherit this stuff? If I comment out/rename those files, but don't reload my current bash process,oil
throws the above error.I don't know exactly what's happening, so any help would be great.
The text was updated successfully, but these errors were encountered: