From 5b036180e8e0a02835fe68c0c347a3fd53db1c29 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 11 Dec 2017 16:19:47 +0000 Subject: [PATCH] Set a 256 color terminal --- tmux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux b/tmux index f700df6..417bf8d 100644 --- a/tmux +++ b/tmux @@ -14,3 +14,6 @@ set -g mouse on # don't rename windows automatically set-option -g allow-rename off + +# Get 256 colour support +set -g default-terminal "xterm-256color"