15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
# tmux-daemon.conf
|
|
# Configuration file for tmux-daemon.sh
|
|
|
|
# Session name
|
|
SESSION="eve-pi"
|
|
|
|
# Whether to attach to session after setup (0 or 1)
|
|
ATTACH_SESSION=0
|
|
|
|
# Commands to run (array format)
|
|
# Format: "workdir:::command" OR just "command"
|
|
CMDS=(
|
|
"bun dev"
|
|
)
|