about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-05-31 08:40:26 -0500
committerCase Duckworth2020-05-31 08:40:26 -0500
commitb3fe6fc20eec5c98f98ca482948e345fdbffddaf (patch)
tree29b2b39de13a675327a3670ffaaa2cad63b8405f
parentFix line endings (diff)
downloadbollux-b3fe6fc20eec5c98f98ca482948e345fdbffddaf.tar.gz
bollux-b3fe6fc20eec5c98f98ca482948e345fdbffddaf.zip
Fix config file location
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 3e7d6d1..5be7b93 100755 --- a/bollux +++ b/bollux
@@ -93,7 +93,7 @@ bollux_args() {
93} 93}
94 94
95bollux_config() { 95bollux_config() {
96 : "${BOLLUX_CONFIG:=${XDG_CONFIG_DIR:-$HOME/.config}/bollux/config}" 96 : "${BOLLUX_CONFIG:=${XDG_CONFIG_DIR:-$HOME/.config}/bollux/bollux.conf}"
97 97
98 if [ -f "$BOLLUX_CONFIG" ]; then 98 if [ -f "$BOLLUX_CONFIG" ]; then
99 # shellcheck disable=1090 99 # shellcheck disable=1090