From 0b151af2dde58b3876b58690b8501cc8d3d5b832 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Fri, 7 Sep 2018 13:37:24 -0400 Subject: [PATCH] Mac OS specific stuff to work with homebrew --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.20.1