From: David Kerkeslager Date: Fri, 7 Sep 2018 17:37:24 +0000 (-0400) Subject: Mac OS specific stuff to work with homebrew X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=0b151af2dde58b3876b58690b8501cc8d3d5b832 Mac OS specific stuff to work with homebrew --- diff --git a/.bash_profile b/.bash_profile index f4b3dc2..718224e 100644 --- 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"