mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
adding tig plugin for oh-my-zsh
This commit is contained in:
parent
eafd5f3252
commit
4526f6e190
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…
Add table
Add a link
Reference in a new issue