diff options
Diffstat (limited to '.config/zsh/zprofile')
| -rw-r--r-- | .config/zsh/zprofile | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
