nixos-config/dot_oh-my-zsh/plugins/tig/tig.plugin.zsh

6 lines
113 B
Bash
Raw Normal View History

2024-10-22 11:11:45 -04:00
alias tis='tig status'
alias til='tig log'
alias tib='tig blame -C'
alias tif='tig reflog'
alias tia='tig --all'