Rename .tmux-sessionizer to .tmux

This commit is contained in:
Oliver Davies 2025-11-14 21:50:33 +00:00
parent 3f6015933c
commit 548765e0c2

10
sculpin/.tmux Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
PATH="${PATH}:./vendor/bin"
tmux new-window -dn scratch
tmux new-window -dn server
tmux send-keys -t server "./watch" Enter
nvim .