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 a19735c commit e586425Copy full SHA for e586425
.tmuxp.json
@@ -1,9 +1,6 @@
1
{
2
"session_name": "tmuxp",
3
"start_directory": "./",
4
- "shell_command_before": [
5
- "[ -f .venv/bin/activate ] && source .venv/bin/activate && reset"
6
- ],
7
"windows": [
8
9
"window_name": "tmuxp",
.tmuxp.yaml
@@ -1,7 +1,5 @@
session_name: tmuxp
start_directory: ./ # load session relative to config location (project root).
-shell_command_before:
-- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
windows:
- window_name: tmuxp
focus: True
0 commit comments