Open the daily emails directory

This commit is contained in:
Oliver Davies 2024-08-13 01:59:06 +01:00
parent db824ccf83
commit 2691547def

2
.tmux
View file

@ -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"