1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-13 16:04:08 +08:00
ohmyzsh-mirror/plugins/tig/tig.plugin.zsh
2016-08-24 21:28:49 +02:00

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'