diff options
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
11 | set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' | 11 | set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' |
12 | 12 | ||
13 | ## determine if we should enable 256-colour support | 13 | ## determine if we should enable 256-colour support |
14 | if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm ]]" 'set -g default-terminal tmux-256color' | 14 | if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm || ''${TERM} =~ alacritty ]]" 'set -g default-terminal tmux-256color' |
15 | 15 | ||
16 | set-option -g status-right "" | 16 | set-option -g status-right "" |
17 | 17 | ||