theniceboy/tmux/scripts/session_created.sh
2026-03-27 21:04:47 -07:00

8 lines
148 B
Bash
Executable file

#!/bin/bash
LOCK="/tmp/tmux-new-session.lock"
if [ -f "$LOCK" ]; then
exit 0
fi
python3 "$HOME/.config/tmux/scripts/session_manager.py" created