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 order of list returned by config_dirs() #168

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    2eb3cc4 View commit details
    Browse the repository at this point in the history
  2. Ignore XDG_CONFIG_HOME if not an absolute path

    noiioiu committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    349e28f View commit details
    Browse the repository at this point in the history
  3. Use xdg_config_home()

    noiioiu committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9beffe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26419cc View commit details
    Browse the repository at this point in the history
  5. Use getenv

    noiioiu committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    2ea0206 View commit details
    Browse the repository at this point in the history
  6. Use UNIX_DIR_FALLBACK only if XDG_CONFIG_HOME is unset or empty

    Ignore all non-absolute paths found in XDG_CONFIG_HOME or XDG_CONFIG_DIRS
    noiioiu committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6112674 View commit details
    Browse the repository at this point in the history
  7. Move filtering to config_dirs()

    noiioiu committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    68e7ff9 View commit details
    Browse the repository at this point in the history