Select Nord theme depending on TMUX version
This commit is contained in:
parent
4b817c7f95
commit
b852270f50
1 changed files with 7 additions and 2 deletions
|
|
@ -124,8 +124,13 @@ set -g @zap_height '40%' # default: '60%'
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'articicestudio/nord-tmux'
|
|
||||||
#set -g @plugin 'nordtheme/tmux'
|
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 'AleckAstan/tmux-zap'
|
set -g @plugin 'AleckAstan/tmux-zap'
|
||||||
set -g @plugin 'azorng/tmux-smooth-scroll'
|
set -g @plugin 'azorng/tmux-smooth-scroll'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue