From 21e9b2bece375bf290bd6564b65a6fa47a9e4b97 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 14 Sep 2016 11:05:18 +0100 Subject: [PATCH] 256 colors in tmux --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a2103d5..5d8a0c0 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,3 +6,5 @@ set -g default-command /bin/bash unbind C-b set -g prefix C-a bind C-a send-prefix + +set -g default-terminal "screen-256color" -- 2.45.2