From 87bf5ef08df10f9d6f76f534dfc6aa288a5b253a Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 6 Mar 2024 16:45:07 +0900 Subject: [PATCH] tmux: use "alacritty" for $TERM on desktop and laptop --- dot_config/tmux/tmux.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index caa2327..23fbeca 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -1,10 +1,10 @@ # 256 color {{- if eq .hosttype "desktop" "laptop" }} -set -g default-terminal "screen-256color" +set -g default-terminal "alacritty" {{- else }} set -g default-terminal "tmux-256color" {{- end }} -set -ga terminal-overrides ',xterm-256color:RGB' +#set -ga terminal-overrides ',xterm-256color:RGB' # increase limit of "scrollback buffer" set -g history-limit 1000000