mirror of https://github.com/ohmyzsh/ohmyzsh.git
adding tig plugin for oh-my-zsh
parent
6e33095a7d
commit
bf79e1ceac
|
@ -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 New Issue