tmux: use screen-256color only for desktop and laptop

This commit is contained in:
inkch 2024-01-14 20:28:02 +09:00
parent 8db275c63d
commit bb95036d44

View File

@ -1,5 +1,9 @@
# 256 color
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }}
set -g default-terminal "screen-256color"
{{- else }}
set -g default-terminal "tmux-256color"
{{- end }}
set -ga terminal-overrides ',xterm-256color:RGB'
# increase limit of "scrollback buffer"