浏览代码

Merge pull request #2407 from mgalgs/gmt-compdef

Fix gmt compdef
Robby Russell 10 年之前
父节点
当前提交
43531625ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/git/git.plugin.zsh

+ 1 - 1
plugins/git/git.plugin.zsh

@@ -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'