-
Notifications
You must be signed in to change notification settings - Fork 102
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
#198: fixed powershell integration #208
Conversation
I found another bug and I assume this could never ever have worked before:
|
I was wrong about powershell. Sourcing is supported: |
Sorry to say so, but powershell is broken. Maybe it is because windows 10 comes with powershell 1.0 while version 6 is already out. But this entirely sucks and I am giving up. It seems that some windows fan who is keen on powershell support would need to take over.
|
So all tricky and nothing working as expected with powershell.
Is giving this output:
There are really nice concepts in PowerShell but I am facing too many drawbacks here. I think it is a good move that Microsoft deeply integrates bash, ssh and the entire linux subsystem as well as docker into windows. I will therefore focus on bash and leave powershell support open to some drivers who really want to have this feature. I will do a minimum fix now and are done. BTW:
So if someone wants to take over, he would have to figure out via which variables one can figure out where to put or find |
fix for #198