JanDeDobbeleer / oh-my-posh2

A prompt theming engine for Powershell
MIT License
5.18k stars 281 forks source link

When using default settings in Windows Terminal weird missing Glyphs. #295

Closed OliverRC closed 4 years ago

OliverRC commented 4 years ago

image

This is a stock Windows Terminal, no customizations.

image

OliverRC commented 4 years ago

I might be answering my own question here but gonna feedback here for anyone else who may find this useful: https://www.hanselman.com/blog/ItsTimeForYouToInstallWindowsTerminal.aspx

If you do all this and you see squares and goofy symbols, it's likely that the font you're using doesn't have the advanced Powerline glyphs. Those glyphs are the ones that make this prompt look so cool!

https://github.com/microsoft/cascadia-code/releases?WT.mc_id=-blog-scottha

OliverRC commented 4 years ago

Yup, that fixed it. Installing Cascadia Code Powerline fone and setting "fontFace": "Cascadia Code PL" under my "default" profile resolved the issue. image