ohmyzsh/plugins/available/tig/tig.plugin.zsh

3 lines
68 B
Bash

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