Skip to content

Commit 5423805

Browse files
committed
Update .tmuxp.json/yaml workspace files.
1 parent e9e1132 commit 5423805

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.tmuxp.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
],
1111
"focus": true
1212
},
13-
{
14-
"shell_command": [
15-
"echo hi"
16-
]
17-
},
13+
"pane",
1814
{
1915
"shell_command": [
2016
"command -v .env/bin/tmuxp >/dev/null 2>&1 || { pip install -e .; }",

.tmuxp.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ windows:
1616
- vim
1717
- :Ex
1818
focus: true
19-
- shell_command:
20-
- echo hi
19+
- pane
2120
- shell_command:
2221
- command -v .env/bin/tmuxp >/dev/null 2>&1 || { pip install -e .; }
2322
- command -v watching_testrunner >/dev/null 2>&1 || { pip install watching_testrunner; }

0 commit comments

Comments
 (0)