Skip to content

Instantly share code, notes, and snippets.

@leobessa
Created April 23, 2010 03:12
Show Gist options
  • Save leobessa/376126 to your computer and use it in GitHub Desktop.
Save leobessa/376126 to your computer and use it in GitHub Desktop.
export PATH=/opt/subversion/bin:$PATH
# MacPorts Installer addition on 2009-02-17_at_01:38:51: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
export JAVA_HOME=/Library/Java/Home
# Setting PATH for MacPython 2.5
# The orginal version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
export PATH
PATH="~/.gem:${PATH}"
export PATH
#[ -f ~/.git-bash-completion.sh ] && . ~/.git-bash-completion.sh
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi
export PS1='\[\033[38m\]\u@\h\[\033[01;34m\] \W\[\033[31m\]`__git_ps1`\[\033[37m\]$\[\033[00m\] '
export EDITOR='mate -w'
export GIT_EDITOR='mate -w'
export AUTOFEATURE=true
export RSPEC=true
export PATH="/usr/local/mysql/bin:$PATH"
##
# Your previous /Users/leonardobessa/.profile file was backed up as /Users/leonardobessa/.profile.macports-saved_2009-09-10_at_08:44:14
##
# MacPorts Installer addition on 2009-09-10_at_08:44:14: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/opt/local/lib/postgresql83/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment