Renamed socket file to align with humacs.

This commit is contained in:
2020-08-27 22:20:07 +12:00
parent ef031f811d
commit 866376c5bf

View File

@ -1,5 +1,5 @@
#!/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
tmate -S /tmp/$USER.$USER.tmate attach
tmate -S /tmp/$USER.tmate.tmate new-session -s $USER -n $USER -d
tmate -S /tmp/$USER.tmate.tmate set-window-option -t $USER automatic-rename off
tmate -S /tmp/$USER.tmate.tmate set-window-option -t $USER allow-rename off
tmate -S /tmp/$USER.tmate.tmate attach