From 5d9f52bf8bfedc4f812f79647092c0279ec50eee Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:34:09 +0200 Subject: [PATCH] Tmux: re-enable automatic renaming on ssh client exit --- dot_bashrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index fc3b2f3..2de7488 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -119,6 +119,7 @@ function ssh() { # Restore the original tmux window title after disconnecting if [ -n "$TMUX" ]; then set_tmux_title "$original_title" + tmux set-window-option automatic-rename on fi }