diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-02-18 08:03:14 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-02-18 15:05:37 +0100 |
commit | d3c2e93be852d7921b8107d6a61d52bfdfbd0070 (patch) | |
tree | dddc222dd974eb2d7ad40cd53dd7057fde777d84 | |
parent | 9ae63da0571d4c514042ec97ca12c0bf569a46a9 (diff) |
XDG: wget
-rw-r--r-- | .bash_profile | 1 | ||||
-rw-r--r-- | .config/wgetrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index c1ca94f..61a1d3f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,5 +26,6 @@ export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv export GNUPGHOME="$XDG_DATA_HOME"/gnupg export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java export SSB_HOME="$XDG_DATA_HOME"/zoom +export WGETRC="$XDG_CONFIG_HOME/wgetrc" [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 diff --git a/.config/wgetrc b/.config/wgetrc new file mode 100644 index 0000000..b11d275 --- /dev/null +++ b/.config/wgetrc @@ -0,0 +1 @@ +hsts-file = /home/adam/.cache/wget-hsts |