-
I have some specific directories in $HOME I was hoping I could define icons for those directories like you can file extension. For example, I have a photos directory. I tried to do the following. icons:
image: "<U+F4E5>" # nf-oct-image
specs:
- pattern: photos$
icons:
- photo I also tried ^photos$. I would expect it to match the directory photos and replace it with the icon. I have the icon specified in image, but when I pasted it I got the Unicode. The actual symbol is in my config though. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
pulumiup
May 6, 2025
Replies: 1 comment 3 replies
-
It's working fine now, I think the only change I made was removing the $ just have photos now. My mistake. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
dhruvkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's working fine now, I think the only change I made was removing the $ just have photos now. My mistake.