JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.19k stars 284 forks source link

Character display error #318

Closed sanfusu closed 4 years ago

sanfusu commented 4 years ago

https://github.com/JanDeDobbeleer/oh-my-posh/blob/a031c7f9ff3c5d8129cf0fa3f70fd6d5cf076853/Themes/Material.psm1#L63

The HomeSymbol displayed error in my system: image Using [char]::ConvertFromUtf32(0x1F3E0) instead of 🏠 will be ok

JanDeDobbeleer commented 4 years ago

@sanfusu good point, I have a task for the V3 beta to move everything from those symbols to the char representation.

JanDeDobbeleer commented 4 years ago

See https://github.com/JanDeDobbeleer/oh-my-posh3/pull/74