-
Notifications
You must be signed in to change notification settings - Fork 29
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
Doesn't work with Cmder #45
Comments
hm, interesting, why cmder makes the promp function RO? |
What is RO? I was just running z and it threw that, just running standard cmder, never had any issues like this before |
RO stands for read only. |
I don't have a windows machine at the moment, if anybody can investigate and confirm this isssue, I'd very much appreciate it. |
Yes, I can confirm this. But as far as I am concerned this is a cmder problem. Handling the prompt itself is one of its main features:
This is from the profile.ps1 cmder uses for powershell: Maybe editing the profile could work around the problem… |
Hm, looks like they left |
#48 offers a solution.
|
@cspotcode thank you for looking at it! |
@cspotcode Thanks, your PR works great for me. Here's the snippet I've got working in my cmder user-profile.ps1 (note the $pwd is important!):
|
Hm, actually it was easier than I though: hint to use |
Fixed |
Installed successfully and works with regular powershell, but when using cmder I get this error:
The text was updated successfully, but these errors were encountered: