Tmux : Pass DOCKER_CONFIG and DOCKER_HOST env.

This commit is contained in:
Dmitry Voronin 2024-02-05 13:24:46 +03:00
parent b16eda736c
commit f44eb314fa

View file

@ -87,4 +87,4 @@ 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' setw -g window-status-bell-style 'fg=black bg=white bold'
# SSH fixes. # SSH fixes.
set-option -g update-environment "SSH_CLIENT SSH_TTY" set-option -g update-environment "SSH_CLIENT SSH_TTY DOCKER_CONFIG DOCKER_HOST"