From 137212b13d7e33c825321743f23780d2e1b622c9 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 11 Jul 2021 17:38:14 +0200 Subject: [PATCH] =?UTF-8?q?TMUX:=20utilisation=20du=20terminal=20par=20d?= =?UTF-8?q?=C3=A9faut=20comme=20commande=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index cf8544c..6c4e740 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,6 +8,9 @@ # make tmux display things in 256 colors set -g default-terminal "tmux-256color" +# make tmux use the default terminal +set -g default-command "${SHELL}" + # set scrollback history to 10000 (10k) set -g history-limit 10000