diff options
author | Case Duckworth | 2020-05-31 08:40:26 -0500 |
---|---|---|
committer | Case Duckworth | 2020-05-31 08:40:26 -0500 |
commit | b3fe6fc20eec5c98f98ca482948e345fdbffddaf (patch) | |
tree | 29b2b39de13a675327a3670ffaaa2cad63b8405f | |
parent | Fix line endings (diff) | |
download | bollux-b3fe6fc20eec5c98f98ca482948e345fdbffddaf.tar.gz bollux-b3fe6fc20eec5c98f98ca482948e345fdbffddaf.zip |
Fix config file location
-rwxr-xr-x | bollux | 2 |
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 | ||
95 | bollux_config() { | 95 | bollux_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 |