We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c0a14 commit c8c1a17Copy full SHA for c8c1a17
.tmuxp.json
@@ -1,7 +1,6 @@
1
{
2
"session_name": "tmuxp",
3
"start_directory": "./",
4
- "before_script": "./.tmuxp-before-script.sh",
5
"shell_command_before": [
6
"[ -f .venv/bin/activate ] && source .venv/bin/activate && reset"
7
],
@@ -38,4 +37,4 @@
38
37
]
39
}
40
41
-}
+}
.tmuxp.yaml
@@ -1,6 +1,5 @@
session_name: tmuxp
start_directory: ./ # load session relative to config location (project root).
-before_script: ./.tmuxp-before-script.sh
shell_command_before:
- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
windows:
0 commit comments