From 98cf68ae096967090f44b1e18d89dd435cea4160 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Wed, 12 Feb 2025 20:57:22 +0100 Subject: [PATCH] fix(tmux.conf): add TERM and TERM_PROGRAM environment variables for better compatibility --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index e134e54..b526e06 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,9 @@ set-option -g renumber-windows on set -gq allow-passthrough on set -g visual-activity off +set -ga update-environment TERM +set -ga update-environment TERM_PROGRAM + # Key Bindings # Auto Source tmux.conf unbind r