Skip to content

Commit

Permalink
I use mvim, not textmate >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Sep 2, 2010
1 parent 474f66c commit 2c39d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ alias gst='git status'
alias gl='git pull'
alias gup='git fetch && git rebase'
alias gp='git push'
alias gd='git diff | mate'
alias gd='git diff | mvim -'
alias gdv='git diff -w "$@" | vim -R -'
alias gc='git commit -v'
alias gca='git commit -v -a'
Expand All @@ -29,4 +29,4 @@ function current_branch() {
# these aliases take advangate of the previous function
alias ggpull='git pull origin $(current_branch)'
alias ggpush='git push origin $(current_branch)'
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'

0 comments on commit 2c39d4b

Please sign in to comment.