-
Notifications
You must be signed in to change notification settings - Fork 19
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
Invoke user's default shell #17
Comments
When wslbridge invokes I agree that it should use the user's configured shell rather than |
@rprichard If you launch via wsl.exe rather than bash.exe, maybe you can just inherit from the environment variables (wsl.exe I think does the getpwnam/getpwuid) |
Anything new on this issue? |
This issue was fixed in 34ec0e4, but the fix isn't in an official release yet. |
@rprichard Thanks for your great job! No release is fine, I will build from master branch myself. :-p |
I'm interested in this default shell functionality too - I think I'm currently on the preview release - is there a version of binary conemu/wslbridge that has this patch? |
As discussed in #14, there are two alternative launchers,
bash.exe
andwsl.exe
.Apparently, with recent updates,
wsl.exe
when run without program parameters, invokes the default shell configured in WSL, whilebash.exe
can't. Home and guid parameters (~
,{...}
) do not interfere.That would be a good reason to switch to
wsl.exe
by default, also solving mintty/wsltty#16.The text was updated successfully, but these errors were encountered: