Files
tooling/start-session.sh
2020-05-02 16:04:41 +12:00

5 lines
234 B
Bash
Executable File

#!/bin/bash
tmate -S /tmp/$USER.$USER.tmate new-session -s $USER -n $USER -d
tmate -S /tmp/$USER.$USER.tmate set-window-option -t $USER automatic-rename off
tmate -S /tmp/$USER.$USER.tmate set-window-option -t $USER allow-rename off