Mac OS specific stuff to work with homebrew
authorDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 7 Sep 2018 17:37:24 +0000 (13:37 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 7 Sep 2018 17:37:24 +0000 (13:37 -0400)
.bash_profile

index f4b3dc2..718224e 100644 (file)
@@ -2,3 +2,6 @@
 if [ -f ~/.bashrc ]; then
     . ~/.bashrc
 fi
 if [ -f ~/.bashrc ]; then
     . ~/.bashrc
 fi
+
+# MAC OS specific stuff
+export PATH="/usr/local/sbin:$PATH"