Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 5c4815f

Browse files
authored
fix for showing tmuxinator pane titles in newest version (#348)
1 parent 9c6f66e commit 5c4815f

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.tmuxinator.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: prime-dev
22
root: .
3+
enable_pane_titles: true
34
windows:
45
- services:
56
layout: even-horizontal
67
panes:
7-
- bash -c 'tmux select-pane -T "Worker" && sleep 5 && cd smart-contracts && sh deploy.sh && sh deploy_work_validation.sh && cd .. && make setup && clear'
8-
- bash -c 'tmux select-pane -T "Discovery" && sleep 20 && make watch-discovery'
9-
- bash -c 'tmux select-pane -T "Validator" && sleep 25 && make watch-validator'
10-
- bash -c 'tmux select-pane -T "Orchestrator" && sleep 30 && make watch-orchestrator'
8+
- Worker: bash -c 'sleep 5 && cd smart-contracts && sh deploy.sh && sh deploy_work_validation.sh && cd .. && make setup && clear'
9+
- Discovery: bash -c 'sleep 20 && make watch-discovery'
10+
- Validator: bash -c 'sleep 25 && make watch-validator'
11+
- Orchestrator: bash -c 'sleep 30 && make watch-orchestrator'
1112
- background:
1213
layout: even-horizontal
1314
panes:
14-
- bash -c 'tmux rename-window "Prime Dev Services" && docker compose up anvil redis'
15+
- "Prime Dev Services": bash -c 'docker compose up anvil redis'

0 commit comments

Comments
 (0)