mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Fixed compdef alias to use 'gd' as shortcut.
This commit is contained in:
parent
730e029664
commit
49d44adb09
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ compdef g=git
|
|||
alias gst='git status'
|
||||
compdef _git gst=git-status
|
||||
alias gd='git diff'
|
||||
compdef _git diff=git-diff
|
||||
compdef _git gd=git-diff
|
||||
alias gl='git pull'
|
||||
compdef _git gl=git-pull
|
||||
alias gup='git fetch && git rebase'
|
||||
|
|
Loading…
Reference in a new issue