-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons are not getting picked up in Mac + Alacritty. #510
Comments
Make sure that you are using fonts which have icons glyphs. Refer to https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md for instructions on how to do that. |
I have the patched "Hack" nerd font installed in Windows 10. I'm using KiTTY (http://www.9bis.net/kitty/#!index.md) a PuTTY clone configured to use that font and display UTF-8. I'm getting blocks (not the icons) when using lsd. How do I know my environment is working, and not the lsd? I've created a file: content is: $ chmod +x t.sh then I run: and it has print the "folder" icon. Find the "folder" glyph in here: https://www.nerdfonts.com/cheat-sheet EDIT: |
@ljramalho Could you check if this (
|
Thank you. I've tested "echo $'\uf115'" on the KiTTY (PuTTY derivative) ssh client and indeed it does NOT work with the patched "Hack" nerd font, leaving a box instead the "folder" symbol (very strange). However, pasting the character into windows notepad and wordpad, both configured to use the the Hack NF font, it works! In windows it is easy to use notepad, and type the sequence "f115 alt-x" to get the "folder symbol using the Hack NF font. Also the windows versions of lsd also work well in the windows cmd prompt terminal when configured to use the Hack NF font. So the glyph is not missing from the font I use, but somehow KiTTY is not behaving well. So. I'm extremely confused... Edit: Thanks. |
@ljramalho This is probably an issue with |
I had the weird ? icons showing in Mac terminal too, when I ran brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font reboot, then as the
DetailAfter a brew install the hack font was not showing up in any app, even though the fonts were in After the reboot, even running Then I changed the font for Mac terminal using preferences, to be Hack Font. Then |
Hello.
Thank you. |
lsd --version
: lsd 0.20.1echo $TERM
: screenecho $LS_COLORS
: No OutputExpected behavior
If applicable, add the output of the classic ls command (
\ls -la
) in order to show the buggy file/directory. Documents Virtual Machines.localized post_cron_test
Downloads ab.txt pre_cron_test
Actual behavior
If the application panics run the command with the trace (
RUST_BACKTRACE=1 lsd ...
).In case of graphical errors, add a screenshot if possible.
Need to see icons rather ? is shown. Kindly assist how to fix it.
The text was updated successfully, but these errors were encountered: