diff options
| -rw-r--r-- | tmux/tmux.rocky.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
