Skip to content

Commit

Permalink
Fixed compdef alias to use 'gd' as shortcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan MacDonald committed Jan 20, 2012
1 parent 730e029 commit 49d44ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/git/git.plugin.zsh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 49d44ad

Please sign in to comment.