From 652612208ab64577727f92dd765cd6773abe5b54 Mon Sep 17 00:00:00 2001
From: Justin Hileman <justin@justinhileman.info>
Date: Sun, 31 May 2015 08:30:48 -0700
Subject: [PATCH] [split] Move ccache plugin to oh-my-fish/plugin-ccache

https://github.com/oh-my-fish/plugin-ccache
---
 plugins/ccache/ccache.load | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 plugins/ccache/ccache.load

diff --git a/plugins/ccache/ccache.load b/plugins/ccache/ccache.load
deleted file mode 100644
index 38184d0..0000000
--- a/plugins/ccache/ccache.load
+++ /dev/null
@@ -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
-- 
GitLab