-
Notifications
You must be signed in to change notification settings - Fork 2k
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
powershell output color is green after latest windows update #2097
Comments
Updating PSReadline to latest release (beta4) solved both issues. |
You might run into an error: To solve this, you need to install the latest version of PowerShellGet: UpdateActual install process on another machine (Windows 10 1903, Build 18362.239, cmder 180262 preview) was like this:
|
I got error about admin permission. Because PowerShell is running. So it's using Open powershell -Command "Install-Module -Name PSReadLine -AllowPrerelease -Force" solve my problem. Thank you. Upgrading |
Using cmder Version 1.3.11.843 on windows 10 with the latest ui update applied.
After the update, the output of powershell staty green. I've tracked it to profile.ps1 line 104
When that
Green
is removed/changed to white, that solves the problem, but of course changes the pwd color as well.Also, ctr+l seems to misbehave and cause unwanted scrolling - I don't have the exact steps to reproduce yet though.
Problems weren't there before the update.
EDIT:
The text was updated successfully, but these errors were encountered: