tmux: use screen-256color only for desktop and laptop
This commit is contained in:
parent
8db275c63d
commit
bb95036d44
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user