Skip to content

Commit c8c1a17

Browse files
committed
ci(tmuxp): Remove .tmuxp-before-script.sh
1 parent e9c0a14 commit c8c1a17

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.tmuxp.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"session_name": "tmuxp",
33
"start_directory": "./",
4-
"before_script": "./.tmuxp-before-script.sh",
54
"shell_command_before": [
65
"[ -f .venv/bin/activate ] && source .venv/bin/activate && reset"
76
],
@@ -38,4 +37,4 @@
3837
]
3938
}
4039
]
41-
}
40+
}

.tmuxp.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
session_name: tmuxp
22
start_directory: ./ # load session relative to config location (project root).
3-
before_script: ./.tmuxp-before-script.sh
43
shell_command_before:
54
- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
65
windows:

0 commit comments

Comments
 (0)