mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
6 lines
109 B
Bash
6 lines
109 B
Bash
alias tis='tig status'
|
|
alias til='tig log'
|
|
|
|
# blame a single file and list commits
|
|
alias tib='tig blame -C'
|
|
|