From 37fecc225b20128c0960e9842d90f6766e4e69ad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 9 Jun 2026 22:27:52 +0300 Subject: tmux.rocky.conf: pass COLORTERM through update-environment for helix truecolor --- tmux/tmux.rocky.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.rocky.conf b/tmux/tmux.rocky.conf index cf4162b..84009cf 100644 --- a/tmux/tmux.rocky.conf +++ b/tmux/tmux.rocky.conf @@ -41,6 +41,9 @@ set -g default-terminal 'tmux-256color' # Tell tmux that outer terminals supporting truecolor should pass it through set -ga terminal-overrides ',xterm-256color:Tc,*-256color:Tc' +# Pass COLORTERM through from outer SSH session so helix knows truecolor is available +set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_LAUNCHER SSH_AUTH_SOCK SSH_CONNECTION SSH_TTY WINDOWID XAUTHORITY TERM COLORTERM' + # ── Visual bell ───────────────────────────────────────────────────────── set -g visual-bell off set -g bell-action any -- cgit v1.2.3