]> arthur.barton.de Git - OhMyZshExtensions.git/blobdiff - plugins/1_local/1_local.plugin.zsh
Add "ccache" plugin: Initialize ccache(1)
[OhMyZshExtensions.git] / plugins / 1_local / 1_local.plugin.zsh
index 27a6c3ab5e4ea8381d33ee92c4441e6bcc935ba3..537f294eadf3b362f163b8a3048bf7a79bb6781c 100644 (file)
@@ -1,5 +1,5 @@
 # 1_local.plugin.zsh
-# 2015-03-17, alex@barton.de
+# 2015-03-27, alex@barton.de
 
 [ -d "/usr/local/home" -a ! -d "/usr/local/home/$LOGNAME" ] \
        && mkdir "/usr/local/home/$LOGNAME" >/dev/null 2>&1
@@ -10,6 +10,3 @@
 
 # Setup XDG cache directory
 export XDG_CACHE_HOME="$LOCAL_HOME/.cache"
-
-# Setup environment for ccache, if installed
-type ccache >/dev/null && export CCACHE_DIR="$XDG_CACHE_HOME/ccache"