Fixed tmux errors

This commit is contained in:
2021-12-27 14:23:54 -05:00
parent cf5521aee2
commit 083920aa09

View File

@@ -11,7 +11,7 @@ set -g status-bg red
set-option -sa terminal-overrides ",xterm*:Tc"
# Change the default $TERM to tmux-256color
set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
# No bells at all
set -g bell-action none