From 607f5aeedbba8165715f6579690f9af9574b7b8a Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 12 Oct 2012 14:09:11 -0500 Subject: [PATCH] Added /usr/local/bin to the PATH. --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index 2d4b60d..95f36a4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -59,3 +59,5 @@ PS1='\[\e[1;32m\][\u@\h \w] \$\[\e[0m\] ' [[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator export EDITOR=vim + +PATH=$PATH:/usr/local/bin