enhancement: Respect XDG specifications
#1103
Open
opened 4 years ago by Michszcz
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Describe the bug
re3 makes a dot directory (.re3) in $HOME, which clutters home direcotry, is non-standard and a bad practice
How To Reproduce
probably just run re3
Expected behavior
respect XDG specifications; use XDG_DATA_HOME and XDG_CONFIG_HOME instead
Screenshots
Version
linux 64bit opengl aol
adf68863
Proposed solution: Use XDG variables if available, fallback to
$HOME
if not defined in environment.Useful Links: