From 1ca9f06e350bc65ac387d4e0594cc004f33d720d Mon Sep 17 00:00:00 2001 From: Yax Date: Mon, 22 Dec 2025 09:39:57 +0100 Subject: [PATCH] tmux version if cannot work with TPM because full file is parsed previously --- dot_tmux.conf.tmpl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index b141e2b..2484cfe 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -125,11 +125,8 @@ set -g @zap_height '40%' # default: '60%' # Plugins set -g @plugin 'tmux-plugins/tpm' -if-shell '[ "$(tmux -V | cut -d" " -f2)" = "$(echo -e "3.6\n$(tmux -V | cut -d" " -f2)" | sort -V | head -n1)" ]' \ - 'set -g @plugin "arcticicestudio/nord-tmux"' - -if-shell '[ "$(tmux -V | cut -d" " -f2)" = "$(echo -e "3.5\n$(tmux -V | cut -d" " -f2)" | sort -V | head -n1)" ]' \ - 'set -g @plugin "nordtheme/tmux"' +set -g @plugin 'arcticicestudio/nord-tmux' +#set -g @plugin 'nordtheme/tmux' set -g @plugin 'AleckAstan/tmux-zap' set -g @plugin 'azorng/tmux-smooth-scroll'