diff options
| author | Ben Beltran <ben@freshout.us> | 2012-10-08 11:45:14 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2012-10-08 11:45:14 -0500 |
| commit | 460d976ba441c927b6749a438b356cbf4fa2c56f (patch) | |
| tree | ba6617bd9ad7d13431456857bfa93f5c871eb55c | |
| parent | 0d23b6e515a01a5782532351821ebfa11f3d6cf2 (diff) | |
Remove amazon stuff
| -rw-r--r-- | bash_profile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bash_profile b/bash_profile index 86153d8..9c2e2a1 100644 --- a/bash_profile +++ b/bash_profile @@ -4,12 +4,6 @@ export NODE_PATH=/usr/local/lib/node_modules:$NODE_PATH #Java HOME Adition export JAVA_HOME=$(/usr/libexec/java_home) -#Amazon Stuff -export EC2_HOME=/Users/benbeltran/Documents/code/tools/ec2-api-tools-1.5.2.4 -export PATH=$PATH:$EC2_HOME/bin -export EC2_PRIVATE_KEY=~/.ec2/pk-XBFB3HSRRZAILOFUPE44QAJI5M4Z5TNN.pem -export EC2_CERT=~/.ec2/cert-XBFB3HSRRZAILOFUPE44QAJI5M4Z5TNN.pem - export TERM=screen-256color #git function |