From 5aeb7003a918a84eabb9f884ebbf4fb7bb4b3fda Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 2 May 2020 16:03:41 +1200 Subject: [PATCH] Started tmate session in background. --- start-session.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/start-session.sh b/start-session.sh index b31def5..f068158 100755 --- a/start-session.sh +++ b/start-session.sh @@ -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