We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8647138 commit f68609dCopy full SHA for f68609d
.tmuxp-before-script.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+poetry shell --no-ansi --no-interaction &2> /dev/null
3
+poetry install --no-ansi --no-interaction &2> /dev/null
.tmuxp.yaml
@@ -1,8 +1,8 @@
session_name: tmuxp
start_directory: ./ # load session relative to config location (project root).
-before_script: pipenv install --dev --skip-lock
4
-shell_command_before:
5
- - '[ -d `pipenv --venv` ] && source `pipenv --venv`/bin/activate && reset'
+before_script: ./.tmuxp-before-script.sh
+shell_command_before:
+- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset'
6
windows:
7
- window_name: tmuxp
8
focus: True
0 commit comments