tmux alias

This commit is contained in:
Hunter Haugen 2010-07-21 18:38:20 -07:00
parent 1d9472b0b5
commit f006644659

2
.zshrc
View file

@ -149,7 +149,7 @@ alias sl="screen -ls"
alias sr="screen -r"
alias sx="screen -x"
alias srd="screen -rd"
alias t="SSH_AUTH_SOCK=$HOME/.tmux-ssh-agent TERM=xterm-256color tmux at||tmux"
alias t="SSH_AUTH_SOCK=$HOME/.tmux-ssh-agent TERM=xterm-256color tmux -v at"
alias tl="tmux ls"
alias bc="bc -q"
alias fm="fmstatus.sh&;shell-fm"