From d3689c74b0128faa25d36312b21a6f49bd5d0d5b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 1 Mar 2021 17:04:40 -0600 Subject: Fix another XDG dir ... sigh. --- bollux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bollux b/bollux index 3f4d31f..c3be520 100644 --- a/bollux +++ b/bollux @@ -138,7 +138,7 @@ bollux_config() { : "${BOLLUX_URL:=}" # start url : "${BOLLUX_BYEMSG:=See You Space Cowboy ...}" # bye message ## files - : "${BOLLUX_DATADIR:=${XDG_DATA_DIR:-$HOME/.local/share}/bollux}" + : "${BOLLUX_DATADIR:=${XDG_DATA_HOME:-$HOME/.local/share}/bollux}" : "${BOLLUX_DOWNDIR:=.}" # where to save downloads : "${BOLLUX_LESSKEY:=$BOLLUX_DATADIR/lesskey}" # where to store binds : "${BOLLUX_PAGESRC:=$BOLLUX_DATADIR/pagesrc}" # where to save source -- cgit 1.4.1-21-gabe81