mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Removed gdt git difftool alias because gdt is already used for git diff-tree
This commit is contained in:
parent
bcbe735dc6
commit
5531df7aa5
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@ compdef _git gp=git-push
|
|||
alias gd='git diff'
|
||||
gdv() { git diff -w "$@" | view - }
|
||||
compdef _git gdv=git-diff
|
||||
alias gdt='git difftool'
|
||||
|
||||
#We are using the same alias for git diff-tree
|
||||
#alias gdt='git difftool'
|
||||
|
||||
alias gc='git commit -v'
|
||||
compdef _git gc=git-commit
|
||||
alias gc!='git commit -v --amend'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue