From e586425f6841b6af5e0733d91e4fc0b4f31cb20c Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 21 Jun 2024 11:06:30 -0500 Subject: [PATCH] .tmuxp.{json,yaml}: Remove shell_command_before (noisy, unused) --- .tmuxp.json | 3 --- .tmuxp.yaml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.tmuxp.json b/.tmuxp.json index a14ac2133f..d81ef43239 100644 --- a/.tmuxp.json +++ b/.tmuxp.json @@ -1,9 +1,6 @@ { "session_name": "tmuxp", "start_directory": "./", - "shell_command_before": [ - "[ -f .venv/bin/activate ] && source .venv/bin/activate && reset" - ], "windows": [ { "window_name": "tmuxp", diff --git a/.tmuxp.yaml b/.tmuxp.yaml index d071d0691a..657a2542b9 100644 --- a/.tmuxp.yaml +++ b/.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