]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - bash_profile
Fix the git shorthands
[rbdr/dotfiles] / bash_profile
index 9c2e2a17bd5321791a985b12e17caaaf703ef7ae..e17aa949c46d85452cf69d92ea3f15e411566fe3 100644 (file)
@@ -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