fix(tmux): preserve newlines when refreshing environment (#13880)

This commit is contained in:
Krut Patel 2026-08-03 01:18:44 -07:00 committed by GitHub
commit ad586ffeca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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