Prioritise ~/.local/bin
This commit is contained in:
parent
7560bbc0fb
commit
f69d921bcf
|
@ -3,7 +3,7 @@ function() # Keep local variables in here.
|
|||
|
||||
############################## Paths ###########################################
|
||||
|
||||
export PATH="${HOME}/bin:${HOME}/.local/bin:${PATH}"
|
||||
export PATH="${HOME}/.local/bin:${PATH}:${HOME}/bin"
|
||||
export HISTFILE="${ZDOTDIR}/.zsh_history"
|
||||
export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/zsh"
|
||||
mkdir -p "${ZSH_CACHE_DIR}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user