oh-my-zsh/plugins/tig/tig.plugin.zsh

4 lines
68 B
Bash

alias tis='tig status'
alias til='tig log'
alias tib='tig blame -C'