ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.51k stars 660 forks source link

Question marks instead of Icons #1179

Closed faxotherapy closed 1 year ago

faxotherapy commented 1 year ago

When listing files with icons, question marks as icons are showed:

exa-icon-issue
faxotherapy commented 1 year ago

OK, I was using Fantasque Sans Mono font.

eggbean commented 1 year ago

If you still want to use that font you can use the patched nerd font version of it:

https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FantasqueSansMono

You need to use fonts patched as nerd fonts for the glyphs that are used by exa and other command line programs.

https://www.nerdfonts.com/

faxotherapy commented 1 year ago

Thanks a lot!