X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bash_profile;fp=.bash_profile;h=718224e3beaa677513242fe2c193eb02af8bc926;hp=f4b3dc2df0ec8ab54f0929be8d676914c0bc2d58;hb=0b151af2dde58b3876b58690b8501cc8d3d5b832;hpb=307e5de920cd74dc9d27e35a65aa47f3f8103c46 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"