diff options
-rw-r--r-- | .tmux-mail.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index a466e39..8dbafa5 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -2,6 +2,7 @@ source-file ~/.tmux.conf new-session -s mail -d -n mutt mutt new-window -d -c '~' -n ryanak.ca 'ssh ryanak.ca' -new-window -d -c '~' -n athena 'ssh 2001:470:1d:9ae::1' +new-window -d -c '~' -n athena 'ssh athena.caslab.queensu.ca' +new-session -s mus -Ad select-window -t mail:mutt attach -t mail |