From a1f1b06eaacad2ce8d57ab1938fb89a7c295587d Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 28 Mar 2016 17:24:40 -0500 Subject: [PATCH] added correct term env var for 256 colors --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 19abd58..311b0e0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -67,3 +67,5 @@ bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." # Use C-a,a to send prefix to nested session bind-key a send-prefix + +set -g default-terminal "screen-256color"