diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 20:43:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-23 20:43:01 +0200 |
commit | d1a19ca964438013535a43c7eefc246b68fb69d4 (patch) | |
tree | b8bf27bf802824045f19624a59ff00d3f465b6c1 /user-profiles | |
parent | 89f1bc70fba27480c1b3fd39cc1e1cb836222e71 (diff) | |
download | nixos-d1a19ca964438013535a43c7eefc246b68fb69d4.tar nixos-d1a19ca964438013535a43c7eefc246b68fb69d4.tar.gz nixos-d1a19ca964438013535a43c7eefc246b68fb69d4.tar.bz2 nixos-d1a19ca964438013535a43c7eefc246b68fb69d4.tar.xz nixos-d1a19ca964438013535a43c7eefc246b68fb69d4.zip |
gkleen@sif: finish switch to alacritty
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 | ||