From 866376c5bf8b18276ea61e3b6ae272a76287eba2 Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 27 Aug 2020 22:20:07 +1200 Subject: [PATCH] Renamed socket file to align with humacs. --- kubemacs/start-session.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubemacs/start-session.sh b/kubemacs/start-session.sh index 8acfd46..e0e5b14 100755 --- a/kubemacs/start-session.sh +++ b/kubemacs/start-session.sh @@ -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