Commit 49d44adb authored by Jordan MacDonald's avatar Jordan MacDonald
Browse files

Fixed compdef alias to use 'gd' as shortcut.

parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment