Skip to content
New issue

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

change config path search support #152

Open
clach04 opened this issue Aug 25, 2024 · 0 comments
Open

change config path search support #152

clach04 opened this issue Aug 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@clach04
Copy link
Owner

clach04 commented Aug 25, 2024

Still support home for root, and current dir.

Also xdg home

os.environ.get(
    "XDG_CONFIG_HOME", os.path.expanduser("~/.config/"),
)

os.environ.get(
"XDG_CONFIG_HOME", os.path.expanduser("~/.config/puren_tombo"),
)

@clach04 clach04 added the enhancement New feature or request label Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant