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

Treat XDG_CONFIG_HOME and $HOME/.config the same way #2084

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

Commits on Sep 5, 2024

  1. Treat XDG_CONFIG_HOME and $HOME/.config the same way

    Currently we handle XDG_CONFIG_HOME and the fallback $HOME/.config
    differently. We create the later if it does not exist and verify that
    it is owned by the current user. This patch makes XDG_CONFIG_HOME
    follow the same pattern.
    
    Also Deprecate all GetDATA() functions and just use DATA().
    
    Signed-off-by: Daniel J Walsh <[email protected]>
    rhatdan committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0285387 View commit details
    Browse the repository at this point in the history