mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Remove duplicate git diff alias
This commit is contained in:
parent
96e4e5dd03
commit
37c37235e5
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ alias gup='git pull --rebase'
|
|||
compdef _git gup=git-fetch
|
||||
alias gp='git push'
|
||||
compdef _git gp=git-push
|
||||
alias gd='git diff'
|
||||
gdv() { git diff -w "$@" | view - }
|
||||
compdef _git gdv=git-diff
|
||||
alias gdt='git difftool'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue