From 8bec8281c3f17b74b4b90453273f841d7ed48cfc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 28 Jul 2019 16:44:36 +0100 Subject: [PATCH] bin: use new method to access remove weechat --- bin/weechat | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/weechat b/bin/weechat index 885837c..9971965 100755 --- a/bin/weechat +++ b/bin/weechat @@ -3,8 +3,4 @@ jobs -Z weechat host=rmz.io -if [[ "$(hostnamectl --static)" == "$host" ]]; then - /usr/bin/weechat "$@" -else - autossh -M0 -t $host "LANG=en_GB.UTF-8 tmux -u new-session -As weechat weechat" -fi +autossh -M0 -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach" -- 2.48.1