diff --git a/.tmux b/.tmux index a25db4e25..3c52e8e3b 100755 --- a/.tmux +++ b/.tmux @@ -16,4 +16,6 @@ tmux send-keys -t "$1:2.bottom" "(cd assets && ../run npm:build:css)" Enter tmux new-window -t "$1" -c "$PWD" tmux send-keys -t "$1:3" "git status" Enter +tmux new-window -t "$1" -c "$PWD/source/_daily_emails" + tmux select-window -t "$1:1"