diff options
| author | Ben Beltran <ben@freshout.us> | 2012-10-08 11:50:23 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2012-10-08 11:50:23 -0500 |
| commit | dcaac9e5cf54afabe20d75cb338f1309166df408 (patch) | |
| tree | 0da9746d01522ba43673517c076e734b9b1ee81a /bash_profile | |
| parent | 460d976ba441c927b6749a438b356cbf4fa2c56f (diff) | |
Fix the git shorthands
Diffstat (limited to 'bash_profile')
| -rw-r--r-- | bash_profile | 4 |
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 |