From: Jonathan McDowell Date: Sat, 2 Nov 2013 04:15:04 +0000 (-0700) Subject: Try to use a user specific configuration file if available X-Git-Tag: onak-0.4.3~49 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=25515318015210c5f201950031bc0269f945f48a;hp=25515318015210c5f201950031bc0269f945f48a;p=onak.git Try to use a user specific configuration file if available Try looking for $XDG_CONFIG_HOME/onak.conf (or $HOME/.config/onak.conf if $XDG_CONFIG_HOME is not set) before looking for the system wide config file. This allows users to use their own config file without having to always use the -c option to provide it. ---