Fixing Combined Glyphs in Oh-My-Posh for PowerShell

0
19
Asked By CuriousCoder42 On

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

Answered By PowershellPro On

I’ve seen more people customizing their PowerShell setups lately, it’s pretty cool! What exactly do you mean by 'ricing'?

Answered By FontFixer99 On

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.

FontExplorer88 -

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!

Answered By TechSavvy22 On

Yeah, it's like personalizing your terminal environment to make it look slicker and more functional. It's all about that aesthetic!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.