sbordeyne / xdgconfig

Easy access to ~/.config from python
MIT License
3 stars 1 forks source link

[feature] Add support for `PROG_CONFIG_PATH` environment variable #2

Closed sbordeyne closed 3 years ago

sbordeyne commented 3 years ago

In traditional linux fashion, it would be best to have a priority on the config files

/etc/prog.d/config < ~/.config/prog/config < PROG_CONFIG_PATH

the latter would take precedence over the others.