1

I get a generic ? where the icons should be.

A similar issue but for Visual Studio Code is documented here:
https://dev.to/avantar/how-to-fix-zsh-icons-in-visual-studio-code-terminal-38bb

Needless to say, I haven't been able to find an equivalent fix.

informatik01
  • 16,038
  • 10
  • 74
  • 104
dcarrot
  • 56
  • 5

2 Answers2

2

I fixed it by setting "font_face": "MesloLGS NF", the preferred font of the powerlevel10k theme.

dcarrot
  • 56
  • 5
1

Thank you @ctrebbau. That worked.

I added this to Terminus Sublime Settings, and then restarted Sublime. That fixed it.

{
    "view_settings": {
        "font_face": "MesloLGS NF"
    }
}
Amit
  • 765
  • 1
  • 5
  • 9