projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307e5de
)
Mac OS specific stuff to work with homebrew
author
David Kerkeslager
<kerkeslager@gmail.com>
Fri, 7 Sep 2018 17:37:24 +0000
(13:37 -0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Fri, 7 Sep 2018 17:37:24 +0000
(13:37 -0400)
.bash_profile
patch
|
blob
|
history
diff --git
a/.bash_profile
b/.bash_profile
index
f4b3dc2
..
718224e
100644
(file)
--- a/
.bash_profile
+++ b/
.bash_profile
@@
-2,3
+2,6
@@
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
+
+# MAC OS specific stuff
+export PATH="/usr/local/sbin:$PATH"