From 08b1447f345cc4a31971918237d605fc4e407fa2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Sep 2018 16:28:54 -0400 Subject: Setup: Clear *all* XDG variables, not just XDG_CONFIG_DIR --- .local/bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/setup b/.local/bin/setup index ee8d0d7..09ce159 100755 --- a/.local/bin/setup +++ b/.local/bin/setup @@ -2,7 +2,7 @@ HOME = $(shell cd "$(dir $(lastword $(MAKEFILE_LIST)))" && git rev-parse --show-toplevel) export HOME -undefine XDG_CONFIG_DIR +$(foreach v,$(filter XDG_%,$(.VARIABLES)),$(eval undefine $v)) LANG = C export LANG -- cgit v1.2.2