remove the xdg-user-dir...it is not available everywhere
This commit is contained in:
parent
df14f295b0
commit
264147ce36
1 changed files with 1 additions and 1 deletions
2
.exports
2
.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???
|
||||
#########################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue