vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.24k stars 3.51k forks source link

ZSH agnoster theme works in normal terminal but does not appear well in Hyper terminal #6692

Open GokulSNarayan opened 2 years ago

GokulSNarayan commented 2 years ago

Issue

image

azinsharaf commented 2 years ago

Are using a nerd font in .hyper.js

azinsharaf commented 2 years ago

Check #4018

lnfel commented 2 years ago

Aside from setting fontFamily, make sure to set disableLigatures to false. Then restart hyper.

gokul-narayan commented 2 years ago

Meslo LG M DZ for Powerline

Adding this font solved the issue

probably-carly commented 7 months ago

I noticed this issue isn't closed. Adding "Source Code Pro for Powerline", ... (from nerd fonts) to the beginning of my fontFamily solved this and added the git branch iconography to the Agnoster prompt. Changing disableLigatures: false didn't appear to make a difference at least with that specific font.