Created
May 15, 2012 16:03
-
-
Save joshsmith/2702896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export EDITOR="mate -w" | |
| export PATH=~/bin:$PATH | |
| export PATH=/Applications/MAMP/Library/bin:$PATH | |
| export PATH=/usr/local/bin:$PATH | |
| export PATH=/usr/local/bin/node:$PATH | |
| export PATH=/usr/local/php5/bin/pear:$PATH | |
| export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/postgresql83/bin:$PATH | |
| export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/pg_config/bin:$PATH | |
| # MacPorts Installer addition on 2010-07-07_at_18:05:25: adding an appropriate PATH variable for use with MacPorts. | |
| export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/git/bin:$PATH | |
| # Finished adapting your PATH environment variable for use with MacPorts. | |
| export NODE_ENV=development | |
| export PATH=/Users/joshsmith/hack.sh:$PATH | |
| export PATH=$PATH:/Users/joshsmith/.gem/ruby/1.8/bin | |
| # Setup Amazon EC2 Command-Line Tools | |
| export EC2_HOME=~/.ec2 | |
| export PATH=$PATH:$EC2_HOME/bin | |
| export EC2_PRIVATE_KEY=`ls $EC2_HOME/pk-*.pem` | |
| export EC2_CERT=`ls $EC2_HOME/cert-*.pem` | |
| export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home/ | |
| # 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment