提交 49d44adb 编写于 作者: J Jordan MacDonald

Fixed compdef alias to use 'gd' as shortcut.

上级 730e0296
...@@ -4,7 +4,7 @@ compdef g=git ...@@ -4,7 +4,7 @@ compdef g=git
alias gst='git status' alias gst='git status'
compdef _git gst=git-status compdef _git gst=git-status
alias gd='git diff' alias gd='git diff'
compdef _git diff=git-diff compdef _git gd=git-diff
alias gl='git pull' alias gl='git pull'
compdef _git gl=git-pull compdef _git gl=git-pull
alias gup='git fetch && git rebase' alias gup='git fetch && git rebase'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册