mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
tmux version if cannot work with TPM because full file is parsed
previously
This commit is contained in:
+2
-5
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user