From be7edcf03af24bc3c8c4293e96166c4cd2356cdd Mon Sep 17 00:00:00 2001 From: desktop Date: Thu, 4 Jan 2024 19:27:33 +0300 Subject: [PATCH] Tmux : Add SSH_TTY fix. --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cd9b7c0..0a67262 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -82,3 +82,6 @@ setw -g window-status-style 'fg=black bg=darkgray' setw -g window-status-format ' #I#[fg=black]:#[fg=black]#W#[fg=black]#F ' setw -g window-status-bell-style 'fg=black bg=white bold' + +# SSH fixes. +set-option -g update-environment "SSH_CLIENT SSH_TTY"