1
0
Fork 0

an alias for tig

This commit is contained in:
Von Random 2016-09-07 11:08:17 +03:00
parent 236a9aa0b9
commit 2b4f4d2b0a

3
bashrc
View file

@ -147,6 +147,9 @@ alias gdf='command git diff'
alias gci='command git commit -a'
alias gup='command git pull'
# tig
alias gsi='command tig status'
# tmux
alias tmux='command tmux -2'
alias atmux='command tmux -2 attach'