diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:30:59 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-23 22:30:59 +0100 |
commit | ba5eee9f72838107cd3541cd1e0ca5643cb61964 (patch) | |
tree | d17825c390c202de5799df837b21ec12350dc289 /.config/tmux/.tmux.conf | |
parent | e3546b5a1b4dab9df621f9d5060e64ebf096dd27 (diff) |
fixed the tmux color bug again
Diffstat (limited to '.config/tmux/.tmux.conf')
-rw-r--r-- | .config/tmux/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 8fdc640..60c6700 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -3,8 +3,8 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" # Allows vim to display colors correctly. -set -g terminal-overrides ',xterm-256color:Tc' -set -as terminal-overrides ',xterm*:sitm=\E[3m' +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",alacritty:RGB" set -g status-position top # statusbar position set -g status-interval 1 |