summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-05-29 15:11:05 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-05-29 15:11:05 +0100
commit0a59ee36c8fc2bd1ab54e279da37774a6177c58a (patch)
tree1cee3ae5b0f0a6147d236b1f8b9500853458bcf9 /bashrc
parentFunctions for git splitting (diff)
downloadutil-0a59ee36c8fc2bd1ab54e279da37774a6177c58a.tar.bz2
util-0a59ee36c8fc2bd1ab54e279da37774a6177c58a.tar.xz
util-0a59ee36c8fc2bd1ab54e279da37774a6177c58a.zip
Enable ccache
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
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"