From: Alexander Barton Date: Sun, 25 Jan 2015 15:52:00 +0000 (+0100) Subject: Prepend /usr/local/opt/ccache/libexec to $PATH, when available X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=commitdiff_plain;h=18de7f8818a2843b5415aec24f80db16545d4603 Prepend /usr/local/opt/ccache/libexec to $PATH, when available This is the path used for ccache(1) wrappers scripts installed by Homebrew on OS X. --- diff --git a/sys/profile b/sys/profile index a68b497..1f361a1 100644 --- a/sys/profile +++ b/sys/profile @@ -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 \