From 264147ce366e9006283f2d7d02fb05fd2a727887 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 27 Apr 2026 08:49:39 -0700 Subject: [PATCH] remove the xdg-user-dir...it is not available everywhere --- .exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.exports b/.exports index e656722..6792620 100644 --- a/.exports +++ b/.exports @@ -16,7 +16,7 @@ export AWS_FEDERATION_TOKEN_TTL=24h # zFin export ZFIN_HOME="$HOME/finance" -export ZFIN_AUDIT_FILES="$(xdg-user-dir DOWNLOAD)" +export ZFIN_AUDIT_FILES="$HOME/Downloads" # Really? We now have to do this??? #########################################################################