]> git.rmz.io Git - dotfiles.git/blob - bin/weechat
bin: add mediainfo.py script to simplify ranger previews
[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 ssh -t $host "LANG=en_GB.UTF-8 tmux -L weechat attach"
10 fi