]> arthur.barton.de Git - ConfigScripts.git/blobdiff - sys/bashrc
Set ccache paths using the "regular" mechanism
[ConfigScripts.git] / sys / bashrc
index a49c425e5584a642ebbf114a8e00bc4f3f832039..ea8077014500a57e2bd4eecf6c78f43f3f57fc3b 100644 (file)
@@ -142,14 +142,6 @@ fi
 # less(1) filter, if available
 type -p lesspipe >/dev/null 2>&1 && eval `lesspipe`
 
-# Initialize ccache(1), if installed
-if [ -d "/usr/lib/ccache" ]; then
-       PATH="/usr/lib/ccache:$PATH"
-       # Set the cache directory to local storage, if available
-       [ -w "/usr/local/home/$USER" ] \
-               && export CCACHE_DIR="/usr/local/home/$USER/.ccache"
-fi
-
 # Setup slrn(1) and cleanscore(1), if installed
 type -p cleanscore >/dev/null 2>&1
 [ $? -eq 0 ] && alias slrn="cleanscore -f ~/.slrnscore && slrn"