aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wget/.config
diff options
context:
space:
mode:
Diffstat (limited to 'wget/.config')
-rw-r--r--wget/.config/profile.d/20-wget.sh3
-rw-r--r--wget/.config/zsh/.zshrc.d/20-wget.zsh4
2 files changed, 7 insertions, 0 deletions
diff --git a/wget/.config/profile.d/20-wget.sh b/wget/.config/profile.d/20-wget.sh
new file mode 100644
index 0000000..02f7041
--- /dev/null
+++ b/wget/.config/profile.d/20-wget.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export WGETRC="$XDG_CONFIG_HOME/wgetrc"
diff --git a/wget/.config/zsh/.zshrc.d/20-wget.zsh b/wget/.config/zsh/.zshrc.d/20-wget.zsh
new file mode 100644
index 0000000..06c7f88
--- /dev/null
+++ b/wget/.config/zsh/.zshrc.d/20-wget.zsh
@@ -0,0 +1,4 @@
+#!/bin/zsh
+# vim:ft=sh
+
+alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'