summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/setup2
1 files changed, 1 insertions, 1 deletions
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