summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:02:33 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-08 14:15:52 -0500
commitfc4ed81f7d2991eaebabcf0cc90003d0fd793c31 (patch)
tree3dbd7f60db0b8bf3dd8813227e001fb418d608b6 /.config
parenta945e25fffd7ae2499e1744e0309ecd4b19135a1 (diff)
login: enable ccache by default
Diffstat (limited to '.config')
-rw-r--r--.config/login.d/10_ccache.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/login.d/10_ccache.sh b/.config/login.d/10_ccache.sh
new file mode 100644
index 0000000..b9721c0
--- /dev/null
+++ b/.config/login.d/10_ccache.sh
@@ -0,0 +1,4 @@
+#!/hint/sh
+if test -d /usr/lib/ccache/bin; then
+ PATH="/usr/lib/ccache/bin:$PATH"
+fi