mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
feat(tig): add two new aliases (#11090)
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user