fix(tmux): preserve newlines when refreshing environment

This commit is contained in:
Krut Patel 2026-07-23 17:09:47 +00:00
commit 41bb793428

View file

@ -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