aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2012-10-08 11:50:23 -0500
committerBen Beltran <ben@freshout.us>2012-10-08 11:50:23 -0500
commitdcaac9e5cf54afabe20d75cb338f1309166df408 (patch)
tree0da9746d01522ba43673517c076e734b9b1ee81a
parent460d976ba441c927b6749a438b356cbf4fa2c56f (diff)
Fix the git shorthands
-rw-r--r--bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash_profile b/bash_profile
index 9c2e2a1..e17aa94 100644
--- a/bash_profile
+++ b/bash_profile
@@ -72,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