AmrEldib / cmder-powershell-powerline-prompt

Custom PowerShell prompt for Cmder on Windows
97 stars 15 forks source link

Fix double arrows and use utf hex values for arrow and branch symbol #3

Closed lennybacon closed 6 years ago

lennybacon commented 6 years ago

Fix double arrows and use utf hex values for arrow and branch symbol.

Before: image

After: image

AmrEldib commented 6 years ago

Thanks @lennybacon for contributing back I haven't run into this problem yet, but I'll review these changes and see how they affect the customization

AmrEldib commented 6 years ago

Use [char] to write unicode characters is Powershell

AmrEldib commented 6 years ago

Thank you @lennybacon This is a great update, even if I haven't run into the issue.