]> Sergey Matveev's repositories - dotfiles.git/blobdiff - ssh/.zsh/functions/ssht
Seems that TERM=xterm is seldom required
[dotfiles.git] / ssh / .zsh / functions / ssht
index ec0502410a82fce43bf425a571e9b0af561b4e7a..f747749a09758c21082d825c8ec8c4a3d177974a 100644 (file)
@@ -1,2 +1,2 @@
 local t="-t 0"
-TERM=xterm ssh -C -t $1 "export LANG=en_US.UTF-8 ; tmux has-session $t && tmux attach-session $t || tmux new-session $t"
+ssh -C -t $1 "export LANG=en_US.UTF-8 ; tmux has-session $t && tmux attach-session $t || tmux new-session $t"