diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 07:57:12 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | 0f32f63d981a588e14a11b61f80ba0b4028ef207 (patch) | |
tree | 1af07fbef9bc73fe0d645a460fd819d89e436e11 /.tmux-mail.conf | |
parent | Add dtrt-indent to emacs, clean up emacsen Makefile (diff) |
SSH to athena by name, not IP in tmux-mail
Diffstat (limited to '')
-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 |