Tmux : Add SSH_TTY fix.

This commit is contained in:
Dmitry Voronin 2024-01-04 19:27:33 +03:00
parent fe6f326b00
commit be7edcf03a

View file

@ -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"