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
bb0e350297
osx
/
custompkg
/
root
/
etc
/
skel
/
Library
/
profile.d
/
900.homebrew-completion.sh
4 lines
104 B
Bash
Raw
Blame
History
if
[
-f
$(
brew --prefix
)
/etc/bash_completion
]
;
then
source
$(
brew --prefix
)
/etc/bash_completion
fi
Reference in New Issue
View Git Blame
Copy Permalink