'Sublime Text's Terminus is not displaying oh-my-zsh icons
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.
Solution 1:[1]
I fixed it by setting "font_face": "MesloLGS NF"
, the preferred font of the powerlevel10k theme.
Solution 2:[2]
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"
}
}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | ctrebbau |
Solution 2 | Amit |