[split] Move ccache plugin to oh-my-fish/plugin-ccache

https://github.com/oh-my-fish/plugin-ccache
This commit is contained in:
Justin Hileman 2015-05-31 08:30:48 -07:00
parent bbbc08b953
commit 652612208a

View File

@ -1,9 +0,0 @@
# Use ccache for building Android
# See: https://source.android.com/source/initializing.html#setting-up-ccache
set -gx USE_CCACHE 1
if test -n "$CCACHE_ROOT"
_prepend_path $CCACHE_ROOT
else
_prepend_path /usr/lib/ccache/bin
end