From 356fe8b618deb8eda9bf67b51dae542ab50873e1 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 11 May 2010 16:00:17 -0500 Subject: [PATCH] Add php to PATH. --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index 91c1df0..55eee4e 100644 --- a/.profile +++ b/.profile @@ -25,6 +25,10 @@ if [ -d "/usr/local/ssl/bin" ] ; then PATH="/usr/local/ssl/bin:$PATH" fi +if [ -d "/usr/local/php/bin" ]; then + PATH="/usr/local/php/bin:$PATH" +fi + # load up ssh key keychain --timeout 240 ~/.ssh/id_rsa . ~/.keychain/$HOSTNAME-sh