From d1a19ca964438013535a43c7eefc246b68fb69d4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 23 May 2021 20:43:01 +0200 Subject: gkleen@sif: finish switch to alacritty --- user-profiles/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user-profiles/tmux') diff --git a/user-profiles/tmux/tmux.conf b/user-profiles/tmux/tmux.conf index 1403698d..f9a3e11f 100644 --- a/user-profiles/tmux/tmux.conf +++ b/user-profiles/tmux/tmux.conf @@ -11,7 +11,7 @@ set-option -g set-clipboard on set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' ## determine if we should enable 256-colour support -if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm ]]" 'set -g default-terminal tmux-256color' +if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm || ''${TERM} =~ alacritty ]]" 'set -g default-terminal tmux-256color' set-option -g status-right "" -- cgit v1.2.3