Skip to content

Commit

Permalink
.tmuxp.{json,yaml}: Remove shell_command_before (noisy, unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 21, 2024
1 parent a19735c commit e586425
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .tmuxp.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 0 additions & 2 deletions .tmuxp.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e586425

Please sign in to comment.