mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
tig aliases in git2
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
bff8b97168
commit
dde77fc8b5
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue