Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/tig/tig.plugin.zsh

6 lines
109 B
Shell
Raw Normal View History

2014-04-28 09:00:52 +02:00
alias tis='tig status'
alias til='tig log'
# blame a single file and list commits
alias tib='tig blame -C'