Closed Slushee-a closed 2 years ago
I found a fix. I had the following in my zshrc:
export LANGUAGE="en_US.UTF-8"
export LC_ALL="C"
Turns out I just had to comment that out and add:
export LC_ALL=en_US.UTF-8
The icons weren't missing, they were just invisible as I expected.
Bug description: Nerd font is installed, glyphs are correctly displayed in terminal yet they are invisible in ranger. Both
exa --icons
andcat devicons.py
display the icons as expected, but ranger has an empty space instead of an icon.To Reproduce Steps to reproduce the behavior: 1 - Install ranger from package manager 2 - Install ranger devicons following the repo's guide 3 - launch ranger in terminal
Expected behavior Instead of an empty space, an icon is displayed
Screenshots
Environment
Ranger devicons:
Note that I created the
file.a
and replacedfile_node_extensions = {'a' : 'a', ...
I wanted to see if a normal character would be displayed, and it is displayed.