From a8f0239da65199af55535996fc34c1004de97ea5 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 25 May 2020 13:13:57 +0200 Subject: [PATCH] use colors in tmux --- tmux/tmux.conf.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 63a89b3..aa79ff7 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -1,5 +1,5 @@ set -g default-command "zsh" -set -g default-terminal "tmux" +set -g default-terminal "tmux-256color" set -g history-limit 20000 # automatically renumber tmux windows