diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:16:33 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-09-26 18:16:33 -0400 |
commit | 9c6d60a7f336f38e84a3cebc1ca9cb7ac7ca62e3 (patch) | |
tree | 37c02d60425e0651e28608aad84505eb4a8610bd /.tmux-mail.conf | |
parent | temp file host (diff) |
missed a reference to aether
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 1503ca5..29b9436 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -11,7 +11,7 @@ new-window -d -c '~' -n tt 'ssh -t tilde.team bash -ic tt' new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' select-window -t mail:mutt set-option -t mail:mutt remain-on-exit on -set-option -t mail:aether remain-on-exit on +set-option -t mail:hades remain-on-exit on 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 |