mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Fixes gd completion
This commit is contained in:
parent
423459e269
commit
bc97674509
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ compdef _git gup=git-fetch
|
|||
alias gp='git push'
|
||||
compdef _git gp=git-push
|
||||
alias gd='git diff'
|
||||
compdef _git gd=git-diff
|
||||
gdv() { git diff -w "$@" | view - }
|
||||
compdef _git gdv=git-diff
|
||||
alias gc='git commit -v'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue