From f00664465973e63a56ef5b85401d7a68c604aa9d Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 21 Jul 2010 18:38:20 -0700 Subject: [PATCH] tmux alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index cf05153..7688463 100644 --- a/.zshrc +++ b/.zshrc @@ -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"