Reorder ~/.local environment variables
This commit is contained in:
parent
0e734bbc7b
commit
deb03421a3
3
zshenv
3
zshenv
@ -12,11 +12,10 @@ SAVEHIST=5000
|
||||
REPORTTIME=5
|
||||
|
||||
# Add ~/.local to the environment
|
||||
fpath+=$HOME/.local/share/zsh/site-functions
|
||||
PATH=$HOME/.local/bin:$PATH
|
||||
MANPATH=$HOME/.local/share/man:$MANPATH
|
||||
INFOPATH=$HOME/.local/share/info:$INFOPATH
|
||||
LD_LIBRARY_PATH=$HOME/.local/lib:$LD_LIBRARY_PATH
|
||||
fpath+=$HOME/.local/share/zsh/site-functions
|
||||
|
||||
# Add ccache to the PATH if present
|
||||
[ -f /usr/bin/ccache ] && PATH=/usr/lib/ccache:$PATH
|
||||
|
Loading…
x
Reference in New Issue
Block a user