mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-22 18:26:32 +01: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'
|
|
|