Skip to content

Commit

Permalink
don't set XDG_CACHE_HOME; see #35
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Jul 6, 2020
1 parent b4c7e6d commit 79c6bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -n "${ZSH_VERSION-}" ]; then
unset Z4H_BOOTSTRAPPING
fi

export XDG_CACHE_HOME="$HOME/.cache"
Z4H_URL="https://raw.githubusercontent.com/romkatv/zsh4humans/v3"
: "${Z4H:=${XDG_CACHE_HOME:-$HOME/.cache}/zsh4humans}"

Expand Down

0 comments on commit 79c6bd8

Please sign in to comment.