summaryrefslogtreecommitdiff
path: root/bin/ssh-and-tmux
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-10-13 10:00:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-10-13 10:00:03 -0700
commit8b283065f3c230eb92e87c62aea8a4c718b62a08 (patch)
treed8d53fed5a233a98397fbe6136883c0cc4385614 /bin/ssh-and-tmux
parent88b121872e14fb27e1574e333633a9ec06adb4f2 (diff)
downloaddotfiles-8b283065f3c230eb92e87c62aea8a4c718b62a08.tar.gz
tweak message
Diffstat (limited to 'bin/ssh-and-tmux')
-rwxr-xr-xbin/ssh-and-tmux4
1 files changed, 2 insertions, 2 deletions
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