mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00: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'
|
||
|
|