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

Use XDG specification environment variables #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 2, 2024

  1. feat!: use XDG spec environment variables

    Use original config location if it exists, falls back on XDG.
    
    Users will see no change if they haven't set any XDG_* environment
    variable.
    
    Everyone will have the option to establish their settings in their
    $XDG_CONFIG_HOME directory and their cache location analogously.
    
    No platform specific locations are used for simplicity.
    LucasFA committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5165c33 View commit details
    Browse the repository at this point in the history