zsh:profile: More XDG Base Dir env-vars + wgetrc

Use an environment variable and a wgetrc instead of an alias for wget to
enforce the XDG Base Directory Specification so that script calls
respect it too.
This commit is contained in:
2020-11-05 12:37:19 +01:00
parent 7753a1f7bf
commit 1491c998a3
3 changed files with 3 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
export GNUPGHOME="$XDG_DATA_HOME"/gnupg
export GOPATH="$XDG_DATA_HOME"/go
export MPLAYER_HOME="$XDG_CONFIG_HOME"/mplayer
export WGETRC="$XDG_CONFIG_HOME"/wget/wgetrc
export HISTFILE="$XDG_DATA_HOME"/bash/history
export LESSHISTFILE=/dev/null