X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;h=d33a38db19754697b2ebe38f004171e0dfa97adf;hp=68d85a6797c8a167469f2574edd5f168d0db3d36;hb=bfe295810bb6e3d2a048bf8f27575bc84e9863a3;hpb=2504e1334c5e436c02a0e149ae95933f923aa8e7 diff --git a/.bashrc b/.bashrc index 68d85a6..d33a38d 100644 --- a/.bashrc +++ b/.bashrc @@ -55,6 +55,12 @@ if [ -d $HOME/bin ]; then export PATH fi +# Put /usr/local/bin (where homebrew installs stuff) before /usr/bin on the +# path. This means that if a program exists at both locations, calls to that +# program will use the homebrew version rather than the system version. +PATH="/usr/local/bin:$PATH" +export PATH + # Run a machine-specific bashrc (if it exists). if [ -f $HOME/.bashrc_local ]; then source $HOME/.bashrc_local