mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
adding tig plugin for oh-my-zsh
This commit is contained in:
parent
6e33095a7d
commit
bf79e1ceac
1 changed files with 6 additions and 0 deletions
6
plugins/tig/tig.plugin.zsh
Normal file
6
plugins/tig/tig.plugin.zsh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
alias tis='tig status'
|
||||||
|
alias til='tig log'
|
||||||
|
|
||||||
|
# blame a single file and list commits
|
||||||
|
alias tib='tig blame -C'
|
||||||
|
|
Loading…
Reference in a new issue