From: Maximilian Friedersdorff Date: Wed, 14 Sep 2016 10:05:18 +0000 (+0100) Subject: 256 colors in tmux X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=21e9b2bece375bf290bd6564b65a6fa47a9e4b97;p=max%2Fdotfiles.git 256 colors in tmux --- 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"