|
#
|
|
# Your previous .profile (if any) is saved as .profile.mpsaved
|
|
# Setting the path for MacPorts.
|
|
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
|
|
export VISUAL='mate -w'
|
|
export EDITOR='mate -w'
|
|
export PATH=/usr/local/git/bin:$PATH
|
|
export MANPATH=/usr/local/git/man:$MANPATH
|
|
|
|
|