diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index a7fabf7..472afd2 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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}"