Request to include `~/.config` as a fallback `XDG_CONFIG_HOME` directory
This has been discussed in #53 and I believe it didn't happen. Please consider this 🙏
@BlakeWilliams I think adding
~/.configas an extra location to look for config files onmacOSis a good idea. I could add~/.configat the end of the list of default config directories (i.e. the default locations forXDG_CONFIG_DIRS). That should not produce any breaking changes andxdg.SearchConfigFilewould find config files at that location (assumingXDG_CONFIG_DIRSis not defined, but it should not be onmacOSusually).I think I'll make this change and include it in the next release, which is this week as I already had one planned.
Originally posted by @adrg in #53
Hi @Haarolean,
I added ~/.config in the default list of XDG_CONFIG_DIRS on macOS in v0.5.1 (the current version is v0.5.3).
Is there something not working for you?