From e3a21f70a8cd05521519d53df098cbc6db384453 Mon Sep 17 00:00:00 2001 From: Roy Arnon Date: Sun, 17 Dec 2023 14:59:01 +0200 Subject: [PATCH] Fix tsh ssh proxy command --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6c8f261..ce99050 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -525,7 +525,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration' # case "$_uname_s" in # *CYGWIN*) # ps -al | tail -n +2 | awk -v pane_pid="$pane_pid" -v tty="$pane_tty" ' -# ((/ssh/ && !/-W/ && !/tsh proxy ssh/) || !/ssh/) && !/tee/ && $5 == tty { +# ((/ssh/ && !/-W/ && !/tsh ssh proxy/) || !/ssh/) && !/tee/ && $5 == tty { # user[$1] = $6; if (!child[$2]) child[$2] = $1 # } # END {