fix(tmux): preserve newlines when refreshing environment (#13880)
CI / Run tests (push) Canceled after 0s
Scorecard supply-chain security / Scorecard analysis (push) Canceled after 0s

This commit is contained in:
Krut Patel
2026-08-03 10:18:44 +02:00
committed by GitHub
parent da368d6468
commit ad586ffeca
+1 -1
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