From 3343aff4f558faa244034c8b114c7d884288f338 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Mon, 13 Apr 2020 19:33:41 +0800 Subject: [PATCH] xdg-ify wget --- .bashrc | 1 + .config/wget/wgetrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .config/wget/wgetrc diff --git a/.bashrc b/.bashrc index cd9a516..798e050 100644 --- a/.bashrc +++ b/.bashrc @@ -36,6 +36,7 @@ export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" export SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history" export MYSQL_HISTFILE="$XDG_CACHE_HOME/mysql_history" export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history" +export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" # shell options HISTCONTROL=ignoredups diff --git a/.config/wget/wgetrc b/.config/wget/wgetrc new file mode 100644 index 0000000..6abc170 --- /dev/null +++ b/.config/wget/wgetrc @@ -0,0 +1 @@ +hsts-file = /home/xdavidwu/.cache/wget-hsts -- 2.45.2