From ad586ffecaaeb695cc73ced4d643c6727d47f535 Mon Sep 17 00:00:00 2001 From: Krut Patel Date: Mon, 3 Aug 2026 01:18:44 -0700 Subject: [PATCH] fix(tmux): preserve newlines when refreshing environment (#13880) --- plugins/tmux/tmux.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index 651e72459..9759d2168 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -167,7 +167,7 @@ function _zsh_tmux_plugin_preexec() local -a tmux_cmd tmux_cmd=(command tmux) - eval $($tmux_cmd show-environment -s) + eval "$($tmux_cmd show-environment -s)" } # Use the completions for tmux for our function