mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Updated README.md to contain clear instructions for color scheming in Windows (#961)
This commit is contained in:
parent
0fa2ca2b3a
commit
b6dc489ffd
1 changed files with 3 additions and 0 deletions
|
@ -429,6 +429,9 @@ alias lt='ls --tree'
|
|||
|
||||
## F.A.Q
|
||||
|
||||
### Custom Color Schemes for Windows
|
||||
For `lsd` currently, it reads a system environment variable called LS_COLORS. Please look at the marked solution in [this post](https://github.com/orgs/lsd-rs/discussions/958#discussioncomment-7659375), which contains a guide on how to set a color scheme.
|
||||
|
||||
### Icons not showing up
|
||||
|
||||
For `lsd` to be able to display icons, the font has to include special font glyphs. This might not be the case for most fonts that you download. Thankfully, you can patch most fonts using [NerdFont](https://www.nerdfonts.com/) and add these icons. Or you can just download an already patched version of your favourite font from [NerdFont font download page](https://www.nerdfonts.com/font-downloads).
|
||||
|
|
Loading…
Reference in a new issue