This website works better with JavaScript.
Home
Explore
Help
Sign In
mitchty
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
For osx ws setup, we want /usr/local/bin first.
cray
Mitch Tishmack
11 years ago
parent
af7c424707
commit
43f81b7462
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save