From 4cb811769abe8a2398c7c68c8e9f00e87bad4035 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Tue, 26 Nov 2024 18:42:48 +0100 Subject: [PATCH] made _pane_info() aware of the 'sss_ssh_knownhostsproxy' proxy command (2) --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1d07833..f6c385f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -614,7 +614,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" -v ssh="$(command -v ssh)" ' -# ((/ssh/ && !/-W/ && !/tsh proxy ssh/ &!/sss_ssh_knownhostsproxy/) || !/ssh/) && !/tee/ && $5 == tty { +# ((/ssh/ && !/-W/ && !/tsh proxy ssh/ && !/sss_ssh_knownhostsproxy/) || !/ssh/) && !/tee/ && $5 == tty { # user[$1] = $6; if (!child[$2]) child[$2] = $1 # } # END {