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
When pressing ctrl+l to clear the output while using powershell, the first prompt line is cleared as well, so the only visible thing left is the lambda sign and the current path is not visible. This behavior is not visible when using cmd instead of powershell.
The text was updated successfully, but these errors were encountered:
After a quick check, I don't think we provide PsReadline with cmder anymore, so I assume you are using an older version. Either way if you are using psreadline you can use the fix below.
Try adding this to your profile.ps1 file in vendor: Set-PSReadlineOption -ExtraPromptLineCount 1
When pressing ctrl+l to clear the output while using powershell, the first prompt line is cleared as well, so the only visible thing left is the lambda sign and the current path is not visible. This behavior is not visible when using cmd instead of powershell.
The text was updated successfully, but these errors were encountered: