浏览代码

git.plugin: remove the conflicting gvt alias

See FiloSottile/gvt#19 and FiloSottile/gvt#4
Filippo Valsorda 8 年之前
父节点
当前提交
52737b1828
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      plugins/git/git.plugin.zsh

+ 0 - 2
plugins/git/git.plugin.zsh

@@ -213,7 +213,5 @@ alias gup='git pull --rebase'
 alias gupv='git pull --rebase -v'
 alias glum='git pull upstream master'
 
-alias gvt='git verify-tag'
-
 alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
 alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit -m "--wip--"'