From 7f4ce971121e2269e64b2776db00edcdcd479d43 Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Tue, 7 Jan 2014 12:53:08 +0000 Subject: [PATCH] Added tmux configuration to no interfere with solarized theme --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ca0444d..2573612 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,3 +3,4 @@ unbind-key C-b bind-key C-x send-prefix setw -g mode-keys vi set-option -g default-shell $SHELL +set -g default-terminal "screen-256color"