Closed Retia-Adolf closed 2 years ago
https://www.reddit.com/r/linux/comments/2v8rv2/move_your_config_files_to_xdg_config_home/
Just like python:
.local/share is the XDG_DATA_DIR default, but python's local installs go in .local/lib/python-$MAJOR.$MINOR/ and .local/bin/
.local/share
.local/lib/python-$MAJOR.$MINOR/
.local/bin/
else it blows up users' home directory...
Thanks for the idea. This is something that might be improved in the future. A patch is welcome!
A patch is still welcome.
https://www.reddit.com/r/linux/comments/2v8rv2/move_your_config_files_to_xdg_config_home/
Just like python:
else it blows up users' home directory...