X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b3aedb2bc3eb7b255e91858ad46c5e187a07fee0..b51f3563d6cb0010825b2d2b9fe01e687f54345a:/bin/weechat diff --git a/bin/weechat b/bin/weechat index 483fd31..885837c 100755 --- a/bin/weechat +++ b/bin/weechat @@ -6,5 +6,5 @@ host=rmz.io if [[ "$(hostnamectl --static)" == "$host" ]]; then /usr/bin/weechat "$@" else - autossh -M0 -t $host "tmux -u new-session -As weechat weechat" + autossh -M0 -t $host "LANG=en_GB.UTF-8 tmux -u new-session -As weechat weechat" fi