From 0a59ee36c8fc2bd1ab54e279da37774a6177c58a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 29 May 2017 15:11:05 +0100 Subject: Enable ccache --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 500f586..c4669f9 100644 --- a/bashrc +++ b/bashrc @@ -42,6 +42,7 @@ cov() { PATH="/usr/lib/ccache/bin:$PATH" CORES=$(grep core\ id /proc/cpuinfo | sort -u | wc -l) +export FEATURES="ccache" alias :e="gvim" alias ChuckNorris="sudo" alias l="/bin/ls -lhvF --color" -- cgit v1.2.3