diff options
-rw-r--r-- | bollux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 3f4d31f..c3be520 100644 --- a/bollux +++ b/bollux | |||
@@ -138,7 +138,7 @@ bollux_config() { | |||
138 | : "${BOLLUX_URL:=}" # start url | 138 | : "${BOLLUX_URL:=}" # start url |
139 | : "${BOLLUX_BYEMSG:=See You Space Cowboy ...}" # bye message | 139 | : "${BOLLUX_BYEMSG:=See You Space Cowboy ...}" # bye message |
140 | ## files | 140 | ## files |
141 | : "${BOLLUX_DATADIR:=${XDG_DATA_DIR:-$HOME/.local/share}/bollux}" | 141 | : "${BOLLUX_DATADIR:=${XDG_DATA_HOME:-$HOME/.local/share}/bollux}" |
142 | : "${BOLLUX_DOWNDIR:=.}" # where to save downloads | 142 | : "${BOLLUX_DOWNDIR:=.}" # where to save downloads |
143 | : "${BOLLUX_LESSKEY:=$BOLLUX_DATADIR/lesskey}" # where to store binds | 143 | : "${BOLLUX_LESSKEY:=$BOLLUX_DATADIR/lesskey}" # where to store binds |
144 | : "${BOLLUX_PAGESRC:=$BOLLUX_DATADIR/pagesrc}" # where to save source | 144 | : "${BOLLUX_PAGESRC:=$BOLLUX_DATADIR/pagesrc}" # where to save source |