From cc5e4a2bd5d1d59aa7393e9b4be61c62a46735cd Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 2 Sep 2014 21:26:08 -0500 Subject: [PATCH] Added /usr/local/bin to PATH. --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index 07ff33c..f287607 100644 --- a/.bash_profile +++ b/.bash_profile @@ -21,6 +21,8 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi +PATH=/usr/local/bin:$PATH + if [ -e "/usr/bin/keychain" ]; then # load SSH key keychain --timeout 240 ~/.ssh/id_rsa