Fix gmt compdef

Fix typo: gm -> gmt
This commit is contained in:
Mitchel Humpherys 2014-01-07 12:47:58 -08:00
commit 0f2ef1ca83

View file

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