From ac9c7d29567f8726fcbd69109bc548cbec4bf132 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 30 Dec 2019 19:49:06 -0700 Subject: [PATCH] added 256 color force for tmux shell --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9d3a86e..f8d1009 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,3 +36,5 @@ bind-key -n M-q killp # quick reload bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED" + +set -g default-terminal "screen-256color"