From 19f33d0f7b508d1d7618a5ddd14fbe5757a759a0 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Wed, 14 Oct 2015 16:17:06 +0200 Subject: [PATCH] Hopefully a fix for the colorless term --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index babefc6..eaf62ce 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,6 +9,8 @@ set-option -g status-justify centre # start with window 1 set -g base-index 1 +set -g default-terminal "screen-256color" + # window tabs setw -g window-status-format " #[bg=default]#[fg=green]#W" setw -g window-status-current-format " #[bg=default]#[fg=green]<#W>"