-
Notifications
You must be signed in to change notification settings - Fork 859
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
can't change default shell #477
Comments
For a workaround you can launch zsh from your .bashrc file. We don't run login which is the component that normally sets those things up. |
Another option I have seen people do is use the command |
@russalex @benhillis Thank you all. |
@seayxu Russalex meant bash.exe -c /bin/zsh |
@fpqc I know,but this way is not what i want. |
Then you should just put /bin/zsh in .bashrc. No need to do bash -c in that case. |
@fpqc yes,i get it. |
This might be better ;) |
@radum his method is the best and easiest one to solve this issue |
So these workarounds you guys have look like they were written by Windows guys 😛 What I have in my
What this does:
HTH! |
...unnecessary.
|
@therealkenc |
@therealkenc I'm getting |
What does the following return for you:
Regardless, concrete suggestion would be to get yourself up to 17763. 17134 is almost a year old and I don't have one handy to look. There have been all kinds of changes to the whole WSL interop infrastructure since then, and what was fixed/improved in what release is pretty nebulous. I do know |
@radum |
I have installed the Zsh,and run command
sudo chsh -s zsh
,but zsh not work.windows 10 preview 14352
what should i do?
The text was updated successfully, but these errors were encountered: