From 41bb793428c4e699d930ef96a4e8fff9e3e78048 Mon Sep 17 00:00:00 2001 From: Krut Patel Date: Thu, 23 Jul 2026 17:09:47 +0000 Subject: [PATCH] fix(tmux): preserve newlines when refreshing environment --- 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