From 760765b09cbbb721b3511bda0ffb16b84d6ceb1e Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sat, 27 Apr 2019 13:01:47 -0600 Subject: [PATCH] working on email --- tmsys.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmsys.sh b/tmsys.sh index a89f0b8..66710d5 100755 --- a/tmsys.sh +++ b/tmsys.sh @@ -33,6 +33,10 @@ tmux split-window -v -p 30 -t "${session}:2" tmux send-keys -t "${session}:2.1" "journalctl -f" C-m tmux new-window -n "scratch" -t "${session}" +#create a session called email +#tmux new-session -d -s "email" -n "email" +#tmux send-keys -t "email:1" "mutt" C-m + # finally select window 1 and attach to the new session tmux select-window -t "${session}:1" tmux attach-session -t "${session}"