From 989b66b9b5389b167448c235660212a9f3a2f406 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 9 Sep 2008 14:02:59 +1000 Subject: [PATCH] updated path --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 762c63a..d1333c3 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,6 @@ export PATH="/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/:$PATH" +export PATH="/Library/PostgreSQL8/bin/:$PATH" +export PATH="/usr/local/mysql/bin/:$PATH" export COLOR_NC='\e[0m' # No Color export COLOR_WHITE='\e[1;37m'