From fc4ed81f7d2991eaebabcf0cc90003d0fd793c31 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 8 Nov 2017 14:02:33 -0500 Subject: login: enable ccache by default --- .config/login.d/10_ccache.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/login.d/10_ccache.sh (limited to '.config') 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 -- cgit v1.2.3