5 lines
362 B
Bash
5 lines
362 B
Bash
# If you don't have weechat installed, connect to the existing tmux session through mosh
|
|
[[ ! -s /usr/bin/weechat ]] && alias weechat='mosh thurstyserv -- tmux -L tl-weemux attach -dt tl-weemux'
|
|
# If you are thurstylark-vps, connect to the existing tmux session locally
|
|
[[ "$HOSTNAME" = "thurstyserv" ]] && alias weechat='tmux -L tl-weemux attach -dt tl-weemux'
|