From: Samir Benmendil Date: Fri, 20 Feb 2015 23:13:54 +0000 (+0000) Subject: bit: create weechat new-session if none exist X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/94ab888a4e8732ea699f832211637f1003c9ba00 bit: create weechat new-session if none exist --- diff --git a/bin/weechat b/bin/weechat index f6296b2..288adcb 100755 --- a/bin/weechat +++ b/bin/weechat @@ -2,4 +2,4 @@ host=tardis.rmz.io -autossh -M0 -t $host "tmux -u attach -t weechat" +autossh -M0 -t $host "tmux -u new-session -As weechat weechat"