mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge pull request #3073 from ajhenriques/master
add git difftool alias (gdt)
This commit is contained in:
commit
da94f45f9c
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue