mirror of https://github.com/bjeanes/dotfiles.git
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
|
#
|
||
|
# 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
|
||
|
|
||
|
|