tig aliases in git2

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2014-03-24 11:52:43 +01:00
commit dde77fc8b5

View file

@ -331,5 +331,8 @@ compdef _git gunignore='git update-index'
# list temporarily ignored files
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
# Tig aliases
alias tg='tig --all'
alias tiga='tig --all'