Fix gmt compdef

Fix typo: gm -> gmt
This commit is contained in:
Mitchel Humpherys 2014-01-07 12:47:58 -08:00 committed by ncanceill
commit a55412801c

View file

@ -89,7 +89,7 @@ compdef _git gwc=git-whatchanged
alias gpoat='git push origin --all && git push origin --tags' alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push compdef _git gpoat=git-push
alias gmt='git mergetool --no-prompt' alias gmt='git mergetool --no-prompt'
compdef _git gm=git-mergetool compdef _git gmt=git-mergetool
alias gg='git gui citool' alias gg='git gui citool'
alias gga='git gui citool --amend' alias gga='git gui citool --amend'