This website requires JavaScript.
Explore
Help
Sign In
sneak
/
osx
Watch
1
Star
0
Fork
You've already forked osx
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f576c09404
osx
/
custompkg
/
root
/
etc
/
skel
/
Library
/
bashrc.d
/
099.brew-path.sh
5 lines
96 B
Bash
Raw
Blame
History
if
[
[
-d
$HOME
/Library/Homebrew
]
]
;
then
export
PATH
=
"
$PATH
:
$HOME
/Library/Homebrew/bin
"
fi
Reference in New Issue
View Git Blame
Copy Permalink