doc: mention that XDG_CONFIG_HOME is searched (before ~/.config)

This commit is contained in:
Daniel Eklöf 2019-04-29 18:55:13 +02:00
parent 63f7f6b3d8
commit bed2c071e5

View file

@ -140,7 +140,10 @@ bar:
```
# FILES
_$HOME/.config/f00bar/config.yml_
The configuration file is searched for (in this order):
- _$XDG_CONFIG_HOME/f00bar/config.yml_
- _$HOME/.config/f00bar/config.yml_
# SEE ALSO