From 660ef9ca23521239336161e8df0f226c579afe59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 27 Jan 2021 15:18:41 +0100 Subject: [PATCH] tmux: Use generic default-terminal --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 739c264..40bea06 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g default-command "${SHELL}" -set -g default-terminal "${TERMBIN}" +set -g default-terminal "xterm-256color" set -g set-titles on set -g set-titles-string '#S'