X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/172cfbb4b15794f9dd12a4531e6ba6b8f0edbb2a..32a180d2d9ce65bca5e463d42c3e6d6ab918b8b7:/bin/weechat 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"