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