IMPROVE: wget XDG base directory

This commit is contained in:
Jean-Claude 2020-12-17 12:40:10 +01:00
parent 31c0b11679
commit 7706bb8a2b
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
3 changed files with 5 additions and 0 deletions

1
Wget/wgetrc Normal file
View File

@ -0,0 +1 @@
hsts-file = /home/jeanclaude/.cache/wget-hsts

View File

@ -193,6 +193,7 @@ then
linker "$dotfiles/Vimiv/keys.conf" ~/.config/vimiv/keys.conf
linker "$dotfiles/Newsboat" ~/.config/newsboat
linker "$dotfiles/Rofi" ~/.config/rofi
linker "$dotfiles/Wget/config" ~/.config/wget/config
fi
## Mail

View File

@ -65,3 +65,6 @@ export PYLINTHOME="$XDG_CACHE_HOME"/pylint
# Virtualenv
export WORKON_HOME="$XDG_DATA_HOME/virtualenvs"
# wget
export WGETRC="$XDG_CONFIG_HOME/wget/config"