mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge remote-tracking branch 'plalloni/master'
Conflicts: plugins/git/git.plugin.zsh
This commit is contained in:
commit
9f3a26149b
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ alias gp='git push'
|
||||||
compdef _git gp=git-push
|
compdef _git gp=git-push
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
compdef _git gd=git-diff
|
compdef _git gd=git-diff
|
||||||
|
alias gds='git diff --staged'
|
||||||
|
compdef _git gds=git-diff
|
||||||
gdv() { git diff -w "$@" | view - }
|
gdv() { git diff -w "$@" | view - }
|
||||||
compdef _git gdv=git-diff
|
compdef _git gdv=git-diff
|
||||||
alias gds='git diff --staged'
|
alias gds='git diff --staged'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue