mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
feat(tig): add two new aliases (#11090)
This commit is contained in:
parent
7cf00a0b5c
commit
c4392a4da3
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
alias tis='tig status'
|
||||
alias til='tig log'
|
||||
alias tib='tig blame -C'
|
||||
alias tif='tig reflog'
|
||||
alias tia='tig --all'
|
||||
|
|
Loading…
Reference in a new issue