New alias in git plugin

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-08-28 10:41:17 +02:00
commit 82a886184b

View file

@ -99,6 +99,8 @@ alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push
alias gmt='git mergetool --no-prompt'
compdef _git gmt=git-mergetool
alias gmtvim='git mergetool --no-prompt --tool=vimdiff'
compdef _git gmtvim=git-mergetool
alias gg='git gui citool'
compdef _git gg='git gui'