zsh: add ${HOME}/.local/opt/bin to path
I put language servers there for now
This commit is contained in:
parent
c748569a5a
commit
186544c088
|
@ -3,7 +3,7 @@ function() # Keep local variables in here.
|
|||
|
||||
############################## Paths ###########################################
|
||||
|
||||
path=(${HOME}/.local/bin ${path} ${HOME}/bin)
|
||||
path=(${HOME}/.local/bin ${path} ${HOME}/bin ${HOME}/.local/opt/bin)
|
||||
path=(${(u)path})
|
||||
export HISTFILE="${ZDOTDIR}/.zsh_history"
|
||||
export ZSH_CACHE_DIR="${XDG_CACHE_HOME:-${HOME}/.cache}/zsh"
|
||||
|
|
Loading…
Reference in New Issue
Block a user