From 2a10ea79267506c602017749b5b27e5a5b86f7b3 Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Sat, 5 Dec 2020 08:46:06 -0500
Subject: Fix tmux connections to grex & rtc

---
 .tmux-mail.conf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.tmux-mail.conf b/.tmux-mail.conf
index 29b9436..a457d0b 100644
--- a/.tmux-mail.conf
+++ b/.tmux-mail.conf
@@ -7,7 +7,9 @@ new-window -d -c '~' -n hades 'ssh hades.rak.ac'
 new-window -d -c '~' -n eos 'ssh eos.rak.ac'
 new-window -d -c '~' -n republic 'ssh republic'
 new-window -d -c '~' -n sdf 'unset TMUX; sdf'
-new-window -d -c '~' -n tt 'ssh -t tilde.team bash -ic tt'
+new-window -d -c '~' -n tt 'ssh -t tt bash -ic tt'
+new-window -d -c '~' -n grex 'ssh -t grex bash -ic tmux new-session -A -s 0'
+new-window -d -c '~' -n rtc 'ssh -t rtc'
 new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp'
 select-window -t mail:mutt
 set-option -t mail:mutt remain-on-exit on
@@ -16,5 +18,7 @@ set-option -t mail:eos remain-on-exit on
 set-option -t mail:republic remain-on-exit on
 set-option -t mail:sdf remain-on-exit on
 set-option -t mail:tt remain-on-exit on
+set-option -t mail:grex remain-on-exit on
+set-option -t mail:rtc remain-on-exit on
 set-option -t mus:ncmpcpp remain-on-exit on
 attach -t mail
-- 
cgit v1.2.3