X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/cd05f3598b8356f5b83251135666d37dadcdc750..8bec8281c3f17b74b4b90453273f841d7ed48cfc:/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"