oliverdavies.uk/.tmux-sessionizer

11 lines
163 B
Text
Raw Normal View History

2024-12-07 01:31:58 +00:00
#!/usr/bin/env bash
2025-03-30 21:17:25 +01:00
PATH="${PATH}:./vendor/bin"
2024-12-07 01:31:58 +00:00
2025-03-30 21:17:25 +01:00
tmux new-window -dn scratch
2025-04-16 18:18:17 +01:00
tmux new-window -dn server
2025-03-30 21:17:25 +01:00
2025-04-16 18:18:17 +01:00
tmux send-keys -t server "drush runserver" Enter
2024-12-10 01:37:50 +00:00
2025-03-29 00:27:53 +00:00
nvim .