"vscode:/vscode.git/clone" did not exist on "172bb418304eb4c513f8ae43dd72ff201a046b38"
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
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'
......
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