From 61cc74d298516b480adfa3d9a35c3e342aad3f7b Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sun, 21 Nov 2021 21:22:47 -0600 Subject: [PATCH] Updating weechat alias for new host --- .bashrc.d/weechat.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'