Describe the feature request
On GNU/Linux there is XDG Base Directory specification and convention for systemd based distros. It have env XDG_CONFIG_HOME which by default points to $HOME/.config and it's analogous to /etc. On such disros it's an expected behavior to seek a config in $XDG_CONFIG_HOME, /etc and ./.
If you would like to make such a behavior for all supported OS, you can use %AppData% on windows and ~/Library/Preferences for macos.
Describe alternatives you've considered
No response
Affected area
Describe the feature request
On GNU/Linux there is XDG Base Directory specification and convention for systemd based distros. It have env
XDG_CONFIG_HOMEwhich by default points to$HOME/.configand it's analogous to/etc. On such disros it's an expected behavior to seek a config in$XDG_CONFIG_HOME,/etcand./.If you would like to make such a behavior for all supported OS, you can use
%AppData%on windows and~/Library/Preferencesfor macos.Describe alternatives you've considered
No response
Affected area