From 6316ecb7ba0cebb635874b27000e531af837de21 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 21 Jun 2024 11:06:50 -0500 Subject: [PATCH] .tmuxp.yaml: Remove shell_command_before (noisy, unused) --- .tmuxp.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tmuxp.yaml b/.tmuxp.yaml index d229644..d926011 100644 --- a/.tmuxp.yaml +++ b/.tmuxp.yaml @@ -1,7 +1,5 @@ session_name: gp-libs 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: gp-libs focus: True