XDG Base Directory Specification currently [states](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html): > If `$XDG_CONFIG_DIRS` is either not set or empty, a value equal to `/etc/xdg` should be used. However, the default for `XDG_CONFIG_DIRS` in this library [is currently `/etc/xdg:/etc`](https://github.com/rubyworks/xdg/blob/2.1.0/lib/xdg/base_dir.rb#L17). Is there a reason for that?
XDG Base Directory Specification currently states:
However, the default for
XDG_CONFIG_DIRSin this library is currently/etc/xdg:/etc.Is there a reason for that?