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