Closed kwmlodozeniec closed 4 years ago
I get weird escape sequences in my terminal on Windows 10 (I am using alacritty but the issue is present in powershell terminal itself too). Here is my powershell profile:
$PSDefaultParameterValues["Out-File:Encoding"] = "utf8" $MaximumHistoryCount = 1000; Import-Module posh-git Import-Module oh-my-posh # Set-Theme Powerlevel10k-Lean Set-Theme Paradox Set-Location C:\repos
I am assuming there is an issue with the escape sequences as the time chunk is not pushed to the right of the terminal. Any ideas?
Yup, I'd look at using V3 which is rewritten from scratch and works in that regard :-)
I get weird escape sequences in my terminal on Windows 10 (I am using alacritty but the issue is present in powershell terminal itself too). Here is my powershell profile:
I am assuming there is an issue with the escape sequences as the time chunk is not pushed to the right of the terminal. Any ideas?