diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-06-14 09:51:49 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-06-14 09:51:49 -0400 |
commit | f19046d1d9e8dd22a43aca0c98960619e27a77b9 (patch) | |
tree | 12cf7db75ad77734af06ee57bec47006878c4e0c | |
parent | modernize borgmatic config (diff) |
RIP rtc
-rw-r--r-- | dot_tmux-mail.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dot_tmux-mail.conf b/dot_tmux-mail.conf index f8019f2..8445e37 100644 --- a/dot_tmux-mail.conf +++ b/dot_tmux-mail.conf @@ -10,7 +10,6 @@ new-window -d -c '~' -n eos 'ssh eos.rak.ac' new-window -d -c '~' -n republic 'ssh republic' new-window -d -c '~' -n sdf 'ssh -t beastie.sdf.org /sdf/arpa/ns/r/rak/bin/tsdf' new-window -d -c '~' -n tt 'ssh -t tt bash -ic tt' -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 @@ -19,6 +18,5 @@ 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:rtc remain-on-exit on set-option -t mus:ncmpcpp remain-on-exit on attach -t mail |