From 18ecffd73dcfa502f436da859d0639b2ce6c435b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 21 Mar 2022 03:00:05 +0100 Subject: Unset XDG_DATA_HOME in env file. --- env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/env b/env index cc4fc222..31ff2281 100644 --- a/env +++ b/env @@ -9,8 +9,7 @@ export GUILE_LOAD_COMPILED_PATH=${_here}/obj-${guile_version}:${GUILE_LOAD_COMPI export GUILE_LOAD_PATH=${_here}/module:${GUILE_LOAD_PATH} export GUILE_AUTO_COMPILE=0 -# TODO why are these set? -export XDG_DATA_HOME=$_here +# TODO why is this set? export LIBEXEC=${_here}/scripts/ #export GUILE_AUTO_COMPILE=0 -- cgit v1.2.3