You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to configure `lsd` to use the "nf-custom-folder_git" icon (`\ue5fb`) for my "$HOME/Git" folder, and replace the default folder icon with "nf-custom-folder" (`\ue5ff`). The latter worked, but the former did not, with the following `icons.yaml` file:
name:
Git:
filetype:
dir:
After testing a few different things, I narrowed the issue down to the use of capital letters in the key. Replacing `Git` with `git` as a key caused it to work, even though the directory in question is at `$HOME/Git`.
What expected?
The `name[Git]` value is used for the `Git` directory, not the `name[git]` value
The text was updated successfully, but these errors were encountered:
Version
version
lsd 1.1.2
What OS are you seeing the problem on?
Debian Bookworm
installation
cargo
term
xterm-kitty
ls-colors
What happened?
What expected?
The text was updated successfully, but these errors were encountered: