summaryrefslogtreecommitdiff
path: root/bin/ssh-and-tmux
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ssh-and-tmux')
-rwxr-xr-xbin/ssh-and-tmux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh-and-tmux b/bin/ssh-and-tmux
index d11c3d73..37dc8fb6 100755
--- a/bin/ssh-and-tmux
+++ b/bin/ssh-and-tmux
@@ -18,5 +18,5 @@ while true; do
ssh -t "$host" "tmux new-session -A -s $session"
clear
read -n 1 -r -s -p "$prompt" ch
- [ "$ch" = $'\04' -o "$ch" = d ] && exit
+ [ "$ch" = $'\04' -o "$ch" = d ] && echo && exit
done