X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1eda53ae9fe03d08f9e56076a82b6766ff431c28..e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0:/bin/weechat?ds=sidebyside diff --git a/bin/weechat b/bin/weechat index f95651d..97d773d 100755 --- a/bin/weechat +++ b/bin/weechat @@ -6,5 +6,5 @@ host=rmz.io if tmux -L weechat has-session -t weechat 2>/dev/null; then tmux -L weechat attach else - autossh -M0 -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach" + ssh -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach" fi