an alias for tig
This commit is contained in:
parent
236a9aa0b9
commit
2b4f4d2b0a
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -147,6 +147,9 @@ alias gdf='command git diff'
|
||||||
alias gci='command git commit -a'
|
alias gci='command git commit -a'
|
||||||
alias gup='command git pull'
|
alias gup='command git pull'
|
||||||
|
|
||||||
|
# tig
|
||||||
|
alias gsi='command tig status'
|
||||||
|
|
||||||
# tmux
|
# tmux
|
||||||
alias tmux='command tmux -2'
|
alias tmux='command tmux -2'
|
||||||
alias atmux='command tmux -2 attach'
|
alias atmux='command tmux -2 attach'
|
||||||
|
|
Loading…
Reference in a new issue