X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ssh%2F.zsh%2Ffunctions%2Fssht;fp=ssh%2F.zsh%2Ffunctions%2Fssht;h=ec0502410a82fce43bf425a571e9b0af561b4e7a;hb=c34704e5417999fd1097a3ec5b1ac4b22613b4ee;hp=bc50397a06031a53de6f8acfe4496a8e75e4e3ca;hpb=1ee27823ec3487161bb51fbc46a7fb3b84b0d407;p=dotfiles.git diff --git a/ssh/.zsh/functions/ssht b/ssh/.zsh/functions/ssht index bc50397..ec05024 100644 --- a/ssh/.zsh/functions/ssht +++ b/ssh/.zsh/functions/ssht @@ -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"