From 083920aa090112b608fe12a14c663349a6c16d5b Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 27 Dec 2021 14:23:54 -0500 Subject: [PATCH] Fixed tmux errors --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 3a747c1..a42191b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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