From 4e7302cdffe959b52f1fcc58dbdd7bf47fa005fe Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Fri, 8 Nov 2024 18:41:37 +0100 Subject: [PATCH] wip --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index b551893..6c8f7f4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1611,7 +1611,7 @@ run 'cut -c3- "$TMUX_CONF" | sh -s _apply_configuration' # # __discover_plugins() { # probe_socket="$(dirname "$TMUX_SOCKET")/tmux-discover-plugins-$$" -# TMUX_SOCKET="$probe_socket" tmux -f /dev/null new-session -dE true \; set-hook -g after-set-option 'set -gFa @all_plugins "#{?#{m:*#{@plugin},#{@all_plugins}},,#{@plugin} }"' \; source "$1" \; show -gqv @all_plugins \; kill-server 2>/dev/null +# TMUX_SOCKET="$probe_socket" tmux -f /dev/null new-session -dE \; set-hook -g after-set-option 'set -gFa @all_plugins "#{?#{m:*#{@plugin},#{@all_plugins}},,#{@plugin} }"' \; source "$1" \; show -gqv @all_plugins \; kill-session 2>/dev/null # rm -f "$probe_socket" # } # tpm_plugins=$(tmux show -gvq '@tpm_plugins' 2>/dev/null)