tmux: use plugins only in desktop and laptop

This commit is contained in:
inkch 2024-01-14 20:29:25 +09:00
parent bb95036d44
commit 80c43b1b55

View File

@ -121,6 +121,7 @@ bind -T off M-q \
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }}
#######################
# Plugins
#######################
@ -144,3 +145,4 @@ set -g @thumbs-command 'echo -n {} | xsel -ib'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b "$XDG_CACHE_HOME/tmux/plugins/tpm/tpm"
{{- end }}