From 0d942020075c5ae67640a9700f382da0adbdd702 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 28 Aug 2020 16:17:02 +0100 Subject: Keep wget history out of home directory --- .config/zsh/zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/zsh/zprofile') diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile index 6868afd..3f90dc9 100644 --- a/.config/zsh/zprofile +++ b/.config/zsh/zprofile @@ -1,5 +1,3 @@ - - ## Adds `~/.local/bin` to $PATH export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" @@ -14,3 +12,4 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh" export LESSHISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/less/history" +export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" -- cgit v1.2.3-13-gbd6f