]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/functions/ssht
bc50397a06031a53de6f8acfe4496a8e75e4e3ca
[dotfiles.git] / zsh / .zsh / functions / ssht
1 local t="-t 0"
2 TERM=xterm ssh -C -t $1 "tmux has-session $t && tmux attach-session $t || tmux new-session $t"