diff options
author | self <self@sateoki.xyz> | 2022-06-12 09:53:27 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-06-12 09:53:27 +0100 |
commit | 2248779e0a7df30ce95fd79173de8022e3a3aff3 (patch) | |
tree | 619981b792284e5ca37e36d196f888df6dd374f6 | |
parent | 75e24ce86874d4feab8cd88b49526c920f5eacf2 (diff) |
Moved wget-hsts file
-rw-r--r-- | zsh/.zshenv | 1 | ||||
-rw-r--r-- | zsh/.zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index 8bc7359..d460038 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -24,6 +24,7 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export GEM_HOME="$XDG_DATA_HOME"/gem export GEM_SPEC_CACHE="$XDG_CACHE_HOME"/gem export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass +export WGETRC="$XDG_CONFIG_HOME/wgetrc" # ZSH Directories @@ -35,6 +35,7 @@ autoload -U promptinit && promptinit alias feh="feh --no-fehbg" alias newsboat="newsboat -u ~/.config/newsboat/urls" alias gpg2="gpg2 --homedir $XDG_DATA_HOME/gnupg" +wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" # TODO: add all XDG directories in the right places, and then run the commands # as per the SO post: https://stackoverflow.com/questions/26198926/why-does-lesshst-keep-showing-up-in-my # to get rid of .lesshst file and where man creates it as well |