0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

feat(tig): add two new aliases (#11090)

This commit is contained in:
Jokeoo 2023-07-19 21:03:38 +08:00 committed by GitHub
parent 7cf00a0b5c
commit c4392a4da3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'