mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-24 18:31:41 +08:00
7 lines
109 B
Bash
7 lines
109 B
Bash
|
alias tis='tig status'
|
||
|
alias til='tig log'
|
||
|
|
||
|
# blame a single file and list commits
|
||
|
alias tib='tig blame -C'
|
||
|
|