ansible-aur icon indicating copy to clipboard operation
ansible-aur copied to clipboard

Use ~/.config/aur as default folder

Open jgsqware opened this issue 7 years ago • 1 comments

In linux, ~/.config is more a default than ~ to store app-data.

This pull request propose ~/.config/aur as default

jgsqware avatar Aug 18 '17 09:08 jgsqware

I agree home isn't the best place. I don't think ~/.config is appropriate either. XDG_CACHE_HOME seems like the best place.

Do you want to make a PR that checks if $XDG_CACHE_HOME is set in the environment and if not falls back to ~/.cache?

pigmonkey avatar Aug 18 '17 15:08 pigmonkey