Hi Adam and Daniel, Adam Tuja wrote:
I found that you use .zutilsrc in $HOME directory for program config. It's really annoying when every single program has its own config in ~/.programrc and this nomber grows to the point, where home directory is not a user's home anymore.
Agreed. I copied the .zutilsrc idea from .moerc, which I adopted before knowing about the ~/.config/ directory (I think).
Specially ~/.config/zutils or ~/.config/zutils.conf would be fine.
I prefer the .conf extension. Therefore I think the new names would be '${sysconfdir}/zutils.conf' and '$XDG_CONFIG_HOME/zutils.conf' (which defaults to '$HOME/.config/zutils.conf').
Daniel Baumann wrote:
and having conf.d support (i.e. /etc/foo.conf.d/*.conf) would be nice too.
I don't understand this one. Zutils uses just one configuration file in /etc. What is the advantage of putting it in /etc/zutils.conf.d/zutils.conf?
Best regards, Antonio.