Open the daily emails directory
This commit is contained in:
parent
db824ccf83
commit
2691547def
2
.tmux
2
.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 new-window -t "$1" -c "$PWD"
|
||||||
tmux send-keys -t "$1:3" "git status" Enter
|
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"
|
tmux select-window -t "$1:1"
|
||||||
|
|
Loading…
Reference in a new issue