Set ZDOTDIR in ~/.zshenv
This commit is contained in:
parent
f70d5de54d
commit
b91611f771
@ -4,7 +4,6 @@ function() # Keep local variables in here.
|
||||
############################## Paths ###########################################
|
||||
|
||||
export PATH="${HOME}/bin:${HOME}/.local/bin:${PATH}"
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME:-${HOME}/.config}/zsh"
|
||||
export HISTFILE="${ZDOTDIR}/.zsh_history"
|
||||
export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/zsh"
|
||||
mkdir -p "${ZSH_CACHE_DIR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user