From bd17189643b14c6f28fb9776032e65291d605e69 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 17 Feb 2019 15:18:39 -0500 Subject: [PATCH] set TERM to screen-256color --- byobu/.byobu/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byobu/.byobu/.tmux.conf b/byobu/.byobu/.tmux.conf index db6ef8a..82a4fce 100755 --- a/byobu/.byobu/.tmux.conf +++ b/byobu/.byobu/.tmux.conf @@ -1,3 +1,3 @@ set -g default-shell /usr/bin/fish set -g default-command /usr/bin/fish -set -g default-terminal "tmux-256color" +set -g default-terminal "screen-256color"