remove the xdg-user-dir...it is not available everywhere

This commit is contained in:
Emil Lerch 2026-04-27 08:49:39 -07:00
parent df14f295b0
commit 264147ce36
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -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???
#########################################################################