[FIX] honor XDG_CACHE_HOME #29

Merged
budRich merged 1 commit from cachedir into next 2022-06-30 17:03:14 +00:00
budRich commented 2022-06-29 11:50:17 +00:00 (Migrated from github.com)

fix for #19 Simplification of cache placement with $XDG_CACHE_HOME

previously TYPISKT_CACHE was hardcoded to ~/.cache/typiskt
now we do $XDG_CACHE_HOME/typiskt and before that:
"${XDG_CACHE_HOME:=$HOME/.cache}"
fix for #19 Simplification of cache placement with $XDG_CACHE_HOME previously TYPISKT_CACHE was hardcoded to ~/.cache/typiskt now we do $XDG_CACHE_HOME/typiskt and before that: : "${XDG_CACHE_HOME:=$HOME/.cache}"
Sign in to join this conversation.
No description provided.