local-bin.zsh: added ccache
This commit is contained in:
parent
4216220c37
commit
a4583b25b3
1 changed files with 1 additions and 0 deletions
|
@ -5,4 +5,5 @@ then
|
|||
# set PATH so it includes user's private bin if it exists
|
||||
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
|
||||
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
|
||||
[ -d "/usr/lib/ccache" ] && PATH="/usr/lib/ccache:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue