macport path changes

pull/2/head
Bodaniel Jeanes 2008-09-09 16:10:01 +10:00
parent a7ff598eea
commit 1dde7c26b8
2 changed files with 5 additions and 1 deletions

1
bashrc
View File

@ -1,6 +1,7 @@
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 PATH=/opt/local/bin:/opt/local/sbin:$PATH
export COLOR_NC='\e[0m' # No Color
export COLOR_WHITE='\e[1;37m'

View File

@ -41,4 +41,7 @@ alias gps='gp'
alias gpl='gl'
alias gpo='gp origin master'
alias ignore_empty='find . \( -type d -empty \) -and \( -not -regex ./\.git.* \) -exec touch {}/.gitignore \;'
alias ignore_empty='find . \( -type d -empty \) -and \( -not -regex ./\.git.* \) -exec touch {}/.gitignore \;'
export PATH=/usr/local/git/bin:$PATH
export MANPATH=/usr/local/git/man:$MANPATH