Use XDG_DOWNLOAD_DIR

This commit is contained in:
2024-05-27 16:09:24 +02:00
parent 7ab9ea0046
commit e40daae48a
3 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
XDG_DOWNLOAD_DIR="$HOME/download"
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup