From b879c5b2c5b47d6fe1e9f5fb99efd09bccaaf752 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 26 Dec 2016 01:16:51 +0000 Subject: [PATCH] weechat: export LANG when connecting to rmz.io --- bin/weechat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1