From 43f81b74628e63b9328517c8be44cd63676c6026 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Thu, 18 Dec 2014 11:33:27 -0600 Subject: [PATCH] For osx ws setup, we want /usr/local/bin first. --- osx/.profile.d/01-path-osx.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 osx/.profile.d/01-path-osx.sh diff --git a/osx/.profile.d/01-path-osx.sh b/osx/.profile.d/01-path-osx.sh new file mode 100644 index 0000000..25c2345 --- /dev/null +++ b/osx/.profile.d/01-path-osx.sh @@ -0,0 +1,3 @@ +# osx/.profile.d/10-path-osx.sh +PATH="/usr/local/bin:${PATH}" +export PATH