Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The XDG base directory specification specifies user directories for common application files, like config, cache and data files. Users can set the location of these directories using environment variables like `$XDG_CACHE_HOME`. This commit adds support for this specification by checking if XDG_CACHE_HOME is set. If so, it is used as cache dir. Otherwise, the previous default of ~/.cache will be used.
- Loading branch information