We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.fizsh
.local
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...
The text was updated successfully, but these errors were encountered:
Thanks for the idea. This is something that might be improved in the future. A patch is welcome!
Sorry, something went wrong.
A patch is still welcome.
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: