1
0
Fork 0

Prioritise ~/.local/bin

This commit is contained in:
tastytea 2022-04-15 14:11:27 +02:00
parent 7560bbc0fb
commit f69d921bcf
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -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}"