We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lsd --version
echo $TERM
echo $LS_COLORS
when run lsd -alh should show the icons
lsd -alh
like that(something like a framed question mark):
$ lsd -alh drwxr-xr-x chao wheel 416 B Wed Aug 18 16:50:11 2021 . drwxr-xr-x chao wheel 576 B Wed Aug 18 16:22:06 2021 .. .rw-r--r-- chao wheel 11 KB Wed Aug 18 16:22:06 2021 app.rs .rw-r--r-- chao wheel 7.4 KB Wed Aug 18 16:22:06 2021 color.rs .rw-r--r-- chao wheel 10 KB Wed Aug 18 16:22:06 2021 config_file.rs .rw-r--r-- chao wheel 4.7 KB Wed Aug 18 16:22:06 2021 core.rs
The text was updated successfully, but these errors were encountered:
I also get this.
Sorry, something went wrong.
Just make sure you have proper fonts installed. Check to the linked issue. Ref: #199 (comment)
No branches or pull requests
lsd --version
: lsd 0.20.1echo $TERM
: xterm-256colorecho $LS_COLORS
:Expected behavior
when run
lsd -alh
should show the iconsActual behavior
like that(something like a framed question mark):
The text was updated successfully, but these errors were encountered: