tm: tmux sets TMP in one window's environment.

This commit is contained in:
barnold 2023-05-16 18:02:39 -04:00
parent 8347488f34
commit 257db3b1cb
1 changed files with 1 additions and 1 deletions

2
tm
View File

@ -15,7 +15,7 @@ then
# quit mutt and get a shell.
tmux new-session -d -s tm1 -n "mutt" "bash -i -c 'mutt -y; bash -i'"
tmux set-option set-titles on
tmux new-window -n "slrn" "bash -i -c 'slrn; bash -i'"
tmux new-window -e "TMP=$HOME/.slrn" -n "slrn" "bash -i -c 'slrn; bash -i'"
tmux new-window -n "bash" "bash -i"
tmux select-window -t "mutt"
fi