Open MARTIMM opened 4 years ago
Add a method to search for configs in directories like <loc>/<app>.d/<cfg>.* which is also common on Unix like systems nowadays.
<loc>/<app>.d/<cfg>.*
While we're at it, add $*HOME/.config/<app>/<cfg>.* and $*HOME/.local/share/<app>/<cfg>.*
$*HOME/.config/<app>/<cfg>.*
$*HOME/.local/share/<app>/<cfg>.*
Add a method to search for configs in directories like
<loc>/<app>.d/<cfg>.*
which is also common on Unix like systems nowadays.