From: Samir Benmendil Date: Mon, 26 Dec 2016 01:16:51 +0000 (+0000) Subject: weechat: export LANG when connecting to rmz.io X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b879c5b2c5b47d6fe1e9f5fb99efd09bccaaf752 weechat: export LANG when connecting to rmz.io --- 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