]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Prepend /usr/local/opt/ccache/libexec to $PATH, when available
authorAlexander Barton <alex@barton.de>
Sun, 25 Jan 2015 15:52:00 +0000 (16:52 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 25 Jan 2015 15:52:03 +0000 (16:52 +0100)
This is the path used for ccache(1) wrappers scripts installed by
Homebrew on OS X.

sys/profile

index a68b497a55c46bc823f33149cc14b1f0856408a0..1f361a1aadfffedfb91119561684a60153a8f339 100644 (file)
@@ -55,6 +55,7 @@ fi
 # prepend optional directories to PATH ...
 unset path
 for d in \
+  /usr/local/opt/ccache/libexec \
   /Developer/usr/bin \
   /usr/pkg/bin \
   /usr/ucb \