mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Added alias for git diff.
This commit is contained in:
parent
a11c8142d3
commit
730e029664
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ alias g='git'
|
|||
compdef g=git
|
||||
alias gst='git status'
|
||||
compdef _git gst=git-status
|
||||
alias gd='git diff'
|
||||
compdef _git diff=git-diff
|
||||
alias gl='git pull'
|
||||
compdef _git gl=git-pull
|
||||
alias gup='git fetch && git rebase'
|
||||
|
|
Loading…
Reference in a new issue