Merge pull request #2407 from mgalgs/gmt-compdef

Fix gmt compdef
This commit is contained in:
Robby Russell 2015-02-22 10:24:39 -08:00
commit 43531625ab

View File

@ -100,7 +100,7 @@ compdef _git gvt=git verify-tag
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'