Browse Source

For osx ws setup, we want /usr/local/bin first.

cray
Mitch Tishmack 11 years ago
parent
commit
43f81b7462
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      osx/.profile.d/01-path-osx.sh

+ 3
- 0
osx/.profile.d/01-path-osx.sh View File

@@ -0,0 +1,3 @@
# osx/.profile.d/10-path-osx.sh
PATH="/usr/local/bin:${PATH}"
export PATH

Loading…
Cancel
Save