summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-23 20:43:01 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-23 20:43:01 +0200
commitd1a19ca964438013535a43c7eefc246b68fb69d4 (patch)
treeb8bf27bf802824045f19624a59ff00d3f465b6c1 /user-profiles
parent89f1bc70fba27480c1b3fd39cc1e1cb836222e71 (diff)
downloadnixos-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.conf2
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
11set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' 11set-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
14if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm ]]" 'set -g default-terminal tmux-256color' 14if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm || ''${TERM} =~ alacritty ]]" 'set -g default-terminal tmux-256color'
15 15
16set-option -g status-right "" 16set-option -g status-right ""
17 17