X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/7f404c3297d5c961c18b18d6c886ee17c0ff600f..d0ceac71bb92e6edfcf9bf2867458d1f35b3c499:/bash_profile diff --git a/bash_profile b/bash_profile index 86153d8..e17aa94 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 @@ -78,8 +72,8 @@ alias ls="ls -FG" alias rspec="rspec --color" #Git utility aliases -alias gpsc="git push origin "+$GIT_BRANCH -alias gplc="git pull origin "+$GIT_BRANCH +alias gpsc="git push origin $GIT_BRANCH" +alias gplc="git pull origin $GIT_BRANCH" #Enable Bash Completion if [ -f `brew --prefix`/etc/bash_completion ]; then