You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
session_name: 'glorp'# Reference this issue for why we need to use `source` here:# https://github.com/tmux-python/tmuxp/issues/412shell_command_before:
- cmd: source $(poetry env info --path)/bin/activatesleep_before: 1sleep_after: 1windows:
- panes:
- echo "hello"
You'd this this would be possible
session_name: 'glorp'# Reference this issue for why we need to use `source` here:# https://github.com/tmux-python/tmuxp/issues/412windows:
- panes:
- shell_command:
- cmd: source $(poetry env info --path)/bin/activatesleep_after: 1
- echo "hello"
The text was updated successfully, but these errors were encountered:
#704 (comment)
You'd this this would be possible
The text was updated successfully, but these errors were encountered: