Started tmate session in background.

This commit is contained in:
2020-05-02 16:03:41 +12:00
parent c3691552a6
commit 5aeb7003a9

View File

@ -1,3 +1,4 @@
#!/bin/bash
tmate -S /tmp/$USER.$USER.tmate new-session -s james -n james
tmate tmate set-window-option -t james automatic-rename off
tmate -S /tmp/$USER.$USER.tmate new-session -s james -n james -d
tmate -S /tmp/$USER.$USER.tmate set-window-option -t james automatic-rename off
tmate -S /tmp/$USER.$USER.tmate set-window-option -t james allow-rename off