I recently set up Oh-My-Posh and started experimenting with different themes. However, I noticed that themes featuring the GitHub symbol and the Git tree symbol are combining in a way that doesn't look right. This issue also appears in my Visual Studio Code terminal. I'm currently using the MesloLGS Nerd Font for display. Is there a solution to prevent these symbols from combining? Below is my PowerShell profile configuration: `oh-my-posh --init --shell pwsh --config ~/AppData/Local/Programs/oh-my-posh/themes/gmay.omp.json | Invoke-Expression`
3 Answers
I’ve seen more people customizing their PowerShell setups lately, it’s pretty cool! What exactly do you mean by 'ricing'?
It sounds like you may be experiencing font ligatures, which can cause symbols to merge together. While I'm no expert, it seems like the font could be the culprit here. If this is a problem with Oh-My-Posh itself, check out their GitHub issues page for more help. It's possible someone else has run into the same issue.
Yeah, it's like personalizing your terminal environment to make it look slicker and more functional. It's all about that aesthetic!

I initially thought the font was the issue too, but after testing different ones, I still see the same problem. Thanks for pointing me to the GitHub link, though!