mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added support for git --no-pager diff
This commit is contained in:
parent
61e3951e4b
commit
9a817bb35c
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ alias gd='git diff'
|
||||||
compdef _git gd=git-diff
|
compdef _git gd=git-diff
|
||||||
alias gdc='git diff --cached'
|
alias gdc='git diff --cached'
|
||||||
compdef _git gdc=git-diff
|
compdef _git gdc=git-diff
|
||||||
|
alias gdn='git --no-pager diff'
|
||||||
|
compdef _git gdn=git-diff
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
compdef _git gl=git-pull
|
compdef _git gl=git-pull
|
||||||
alias gup='git pull --rebase'
|
alias gup='git pull --rebase'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue