[tmux] Fix stale PTY

This commit is contained in:
John Doty 2026-01-31 18:31:38 +00:00
parent 10ca217da7
commit 9a0aeb7186

View file

@ -46,3 +46,6 @@ set -a terminal-features "tmux-direct:RGB"
# fish! # fish!
set-option -g default-shell /bin/fish set-option -g default-shell /bin/fish
# rebind the SSH_TTY environment variable on reconnect
set -ag update-environment "SSH_TTY"