From 8b283065f3c230eb92e87c62aea8a4c718b62a08 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 13 Oct 2022 10:00:01 -0700 Subject: tweak message --- bin/ssh-and-tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ssh-and-tmux') diff --git a/bin/ssh-and-tmux b/bin/ssh-and-tmux index 2d9f683d..3f25f43c 100755 --- a/bin/ssh-and-tmux +++ b/bin/ssh-and-tmux @@ -83,8 +83,8 @@ else # We now die when ssh exits zero, so this feature may be obsolete. echo -ne "\033]0;tmux $session on $display_host\007" - prompt="Press any key to reconnect to tmux session $session on " - prompt+="$display_host; d/C-d/C-c to give up .." + prompt="Press any key to (re-)connect to tmux session $session" + prompt+=" on $display_host; d/C-d/C-c to give up .." while true; do ssh -t "$host" "${cmd[*]}" && exit -- cgit v1.2.3