Skip to content

Instantly share code, notes, and snippets.

@amrnt
Created August 30, 2010 14:38
Show Gist options
  • Save amrnt/557499 to your computer and use it in GitHub Desktop.
Save amrnt/557499 to your computer and use it in GitHub Desktop.
export PS1="\[\e[1;1m\]\w % "
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
export PATH=$PATH::/usr/local/mongodb/bin
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment