X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/460d976ba441c927b6749a438b356cbf4fa2c56f..dcaac9e5cf54afabe20d75cb338f1309166df408:/bash_profile 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