From de6b5fad443abd0b1299c20750f51b599ce85f60 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Thu, 2 Dec 2021 17:42:54 -0500 Subject: [PATCH] Replaced TERM with tmux-256color --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index ccd909d..902dfcc 100755 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,7 +3,7 @@ # By Nicholas Marriott. Public domain. #set -g default-terminal "xterm-256color" -set -g default-terminal "alacritty" +set -g default-terminal "tmux-256color" #set -g default-terminal "screen" #set -g default-terminal "rxvt-unicode-256color" #set -g default-terminal "tmux-256color"