mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-13 16:04:08 +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'
|
|
|