dotfiles/zsh/.oh-my-zsh/plugins/tig/tig.plugin.zsh
2024-06-19 00:06:56 +02:00

5 lines
113 B
Bash

alias tis='tig status'
alias til='tig log'
alias tib='tig blame -C'
alias tif='tig reflog'
alias tia='tig --all'