alias t=tmux

This commit is contained in:
Kolan Sh 2014-12-21 00:09:18 +03:00
parent 577127d720
commit 5b92147ddd
1 changed files with 1 additions and 0 deletions

View File

@ -117,3 +117,4 @@ which mc &>/dev/null && {
alias sm='smc'
}
which git &>/dev/null && alias git='TERM=xterm-256color git'
which tmux &>/dev/null && alias t=tmux