Closed sanfusu closed 4 years ago
https://github.com/JanDeDobbeleer/oh-my-posh/blob/a031c7f9ff3c5d8129cf0fa3f70fd6d5cf076853/Themes/Material.psm1#L63
The HomeSymbol displayed error in my system: Using [char]::ConvertFromUtf32(0x1F3E0) instead of 🏠 will be ok
[char]::ConvertFromUtf32(0x1F3E0)
@sanfusu good point, I have a task for the V3 beta to move everything from those symbols to the char representation.
See https://github.com/JanDeDobbeleer/oh-my-posh3/pull/74
https://github.com/JanDeDobbeleer/oh-my-posh/blob/a031c7f9ff3c5d8129cf0fa3f70fd6d5cf076853/Themes/Material.psm1#L63
The HomeSymbol displayed error in my system: Using
[char]::ConvertFromUtf32(0x1F3E0)
instead of 🏠 will be ok