mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
add alias gdcac at @serdardalgic's suggestion
This commit is contained in:
parent
656306795f
commit
4c18b83121
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ compdef g=git
|
|||
alias gst='git status'
|
||||
compdef _git gst=git-status
|
||||
alias gd='git diff --color'
|
||||
alias gdcac='git diff --cached'
|
||||
compdef _git gd=git-diff
|
||||
alias gl='git pull'
|
||||
compdef _git gl=git-pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue