mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
fix(tmux): preserve newlines when refreshing environment (#13880)
This commit is contained in:
parent
da368d6468
commit
ad586ffeca
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ function _zsh_tmux_plugin_preexec()
|
||||||
local -a tmux_cmd
|
local -a tmux_cmd
|
||||||
tmux_cmd=(command tmux)
|
tmux_cmd=(command tmux)
|
||||||
|
|
||||||
eval $($tmux_cmd show-environment -s)
|
eval "$($tmux_cmd show-environment -s)"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Use the completions for tmux for our function
|
# Use the completions for tmux for our function
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue