]> git.rmz.io Git - dotfiles.git/blob - bin/weechat
addnzb: always set priority to high for manually added files
[dotfiles.git] / bin / weechat
1 #!/usr/bin/env zsh
2 jobs -Z weechat
3
4 host=rmz.io
5
6 if tmux -L weechat has-session -t weechat 2>/dev/null; then
7 tmux -L weechat attach
8 else
9 autossh -M0 -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach"
10 fi