Change .tmux to .tmux-sessionizer
This commit is contained in:
parent
bf3485b035
commit
63aa375cf9
2 changed files with 7 additions and 21 deletions
7
.tmux-sessionizer
Executable file
7
.tmux-sessionizer
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tmux new-window -dn shell
|
||||
tmux new-window -dn server
|
||||
tmux new-window -dn daily_emails -c "source/_daily_emails"
|
||||
|
||||
tmux send-keys -t server "./run start" Enter
|
Loading…
Add table
Add a link
Reference in a new issue