From eab8ef0bbd563c8e3f363394e1812ef923aa1dae Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 9 Sep 2011 14:46:03 -0700 Subject: [PATCH] Add /opt/local/bin to the PATH on Darwin --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index a1fb689..a46152f 100644 --- a/profile +++ b/profile @@ -26,6 +26,7 @@ case $arch in Darwin) alias indent='gnuindent' alias acls='/bin/ls -le' + PATH=/opt/local/bin:$PATH ;; esac