diff --git a/.bashrc.d/weechat.bash b/.bashrc.d/weechat.bash index 612dcbf..b2b99c8 100644 --- a/.bashrc.d/weechat.bash +++ b/.bashrc.d/weechat.bash @@ -1,4 +1,4 @@ # If you don't have weechat installed, connect to the existing tmux session through mosh -[[ ! -s /usr/bin/weechat ]] && alias weechat='mosh vps -- tmux attach -dt weechat' +[[ ! -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" = "thurstylark-vps" ]] && alias weechat='tmux attach -dt weechat' +[[ "$HOSTNAME" = "thurstyserv" ]] && alias weechat='tmux -L tl-weemux attach -dt tl-weemux'