budlabs / typiskt

touchtyping training in the terminal
BSD 2-Clause "Simplified" License
28 stars 2 forks source link

[FIX] honor XDG_CACHE_HOME #29

Closed budRich closed 2 years ago

budRich commented 2 years ago

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}"