Revert "local-bin.zsh: added ccache"

This reverts commit a4583b25b3.
This commit is contained in:
Tobias Schmidl 2021-01-28 07:15:11 +01:00
parent 250a8e0118
commit 209ee956fa

View file

@ -5,5 +5,4 @@ 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