Closed dakra closed 1 year ago
Thanks!
$XDG_CACHE_HOME
appears to make the most sense.
I'm curious, do you have that specific env var set?
I'm curious, do you have that specific env var set?
No, I just use the default value, which for cache would point to ~/.cache
.
Maybe you can look at babashka.fs for inspiration.
Thanks!
CIDER 20230912.1201
/ master
bundles this fix.
Cheers - V
Instead of littering the users home dir, I would prefer if it follows XDG and put
.enrich-classpath-cache
in$XDG_DATA_HOME
(~/.local/share
) or maybe$XDG_CACHE
(~/.cache
).