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