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"