Skip to content

Commit

Permalink
add git difftool alias (gdt)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhenriques committed Sep 1, 2014
1 parent 23bbf3c commit f0d5cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ compdef _git gp=git-push
alias gd='git diff'
gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff
alias gdt='git difftool'
alias gc='git commit -v'
compdef _git gc=git-commit
alias gc!='git commit -v --amend'
Expand Down

0 comments on commit f0d5cfd

Please sign in to comment.