mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-10 00:25:55 +08:00
agent tracker + tmux update
This commit is contained in:
parent
cd9c92b1c2
commit
5064629d61
68 changed files with 15041 additions and 3483 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
LOCK="/tmp/tmux-new-session.lock"
|
||||
if [ -f "$LOCK" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
python3 "$HOME/.config/tmux/scripts/session_manager.py" created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue