Skip to content

Commit e586425

Browse files
committed
.tmuxp.{json,yaml}: Remove shell_command_before (noisy, unused)
1 parent a19735c commit e586425

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.tmuxp.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"session_name": "tmuxp",
33
"start_directory": "./",
4-
"shell_command_before": [
5-
"[ -f .venv/bin/activate ] && source .venv/bin/activate && reset"
6-
],
74
"windows": [
85
{
96
"window_name": "tmuxp",

.tmuxp.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
session_name: tmuxp
22
start_directory: ./ # load session relative to config location (project root).
3-
shell_command_before:
4-
- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
53
windows:
64
- window_name: tmuxp
75
focus: True

0 commit comments

Comments
 (0)