mirror of https://github.com/bjeanes/dotfiles.git
macport path changes
parent
a7ff598eea
commit
1dde7c26b8
1
bashrc
1
bashrc
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue