How can i add file icons ? sudo make 0_NERD=1 doesn't work #1579
-
OS: MacOS As I mentioned in the title, when I patch to add the icons it doesn't work. I'm using nerd font in my terminal and i am not getting any error.
this code create |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 19 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
-
$ locale
LANG=C.UTF8
LC_CTYPE="C.UTF8"
LC_NUMERIC="C.UTF8"
LC_TIME="C.UTF8"
LC_COLLATE="C.UTF8"
LC_MONETARY="C.UTF8"
LC_MESSAGES="C.UTF8"
LC_PAPER="C.UTF8"
LC_NAME="C.UTF8"
LC_ADDRESS="C.UTF8"
LC_TELEPHONE="C.UTF8"
LC_MEASUREMENT="C.UTF8"
LC_IDENTIFICATION="C.UTF8"
LC_ALL= |
Beta Was this translation helpful? Give feedback.
-
OK. Here's the problem: you used |
Beta Was this translation helpful? Give feedback.
OK. Here's the problem: you used
0_NERD=1
(numeric zero) instead ofO_NERD=1
(capital O).