You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, I have installed posh-git using command PowerShellGet\Install-Module posh-git -Scope CurrentUser
I have imported posh-git module using Import-Module posh-git command
I have created simple repo using git init and committed initial branch.
As you can see, i have two prompt information.
And when I start typing, terminal does not show first one, as you can see on the second screen shot.
And this is the result when I hit enter
Yeah, this is ultimately a PSReadLine problem being tracked here. You can work around this by removing the PSReadLine module (Remove-Module psreadline) but man it's painful to use PowerShell without PSReadLine.
System Details
Issue Description
I have installed Powershell to OSX using
powershell-6.0.0-alpha.16.pkg
from the following link https://github.com/PowerShell/PowerShell/releases/tag/v6.0.0-alpha.16After that, I have installed posh-git using command
PowerShellGet\Install-Module posh-git -Scope CurrentUser
I have imported posh-git module using
Import-Module posh-git
commandI have created simple repo using
git init
and committed initial branch.As you can see, i have two prompt information.
And when I start typing, terminal does not show first one, as you can see on the second screen shot.
And this is the result when I hit enter
Is this some issue with powershell or posh-git?
$GitPromptSettings.DefaultPromptSuffix
showed$('>' * ($nestedPromptLevel + 1))
The text was updated successfully, but these errors were encountered: