move wget hsts file to cache

This commit is contained in:
Daja177 2020-01-20 13:44:48 +01:00 committed by Luke Smith
parent 4f811f7849
commit 1537583b5e
2 changed files with 2 additions and 0 deletions

1
.config/wget/wgetrc Normal file
View file

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

View file

@ -20,6 +20,7 @@ export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config" export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0" export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
export LESSHISTFILE="-" export LESSHISTFILE="-"
export WGETRC="$HOME/.config/wget/wgetrc"
export INPUTRC="$HOME/.config/inputrc" export INPUTRC="$HOME/.config/inputrc"
export ZDOTDIR="$HOME/.config/zsh" export ZDOTDIR="$HOME/.config/zsh"
export GNUPGHOME="$HOME/.local/share/gnupg" export GNUPGHOME="$HOME/.local/share/gnupg"