summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Diovani Gonçalves <paulo@diovani.com>2019-11-15 12:47:11 -0300
committerMarc CornellĂ  <marc.cornella@live.com>2019-11-15 16:47:11 +0100
commit0ad988c598cf9ceda392815ea0c823a76720d17e (patch)
tree13f75831176c58fbe5c28d8e85bb11d87770067e
parente453731fc93419cb71661dd1f277965e3d07ff0e (diff)
downloadzsh-0ad988c598cf9ceda392815ea0c823a76720d17e.tar.gz
zsh-0ad988c598cf9ceda392815ea0c823a76720d17e.tar.bz2
zsh-0ad988c598cf9ceda392815ea0c823a76720d17e.zip
tmux: export ZSH_TMUX_CONFIG again to provide to tmux (#8390)
-rw-r--r--plugins/tmux/tmux.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh
index 5b5d1b1ba..dad3db578 100644
--- a/plugins/tmux/tmux.plugin.zsh
+++ b/plugins/tmux/tmux.plugin.zsh
@@ -46,6 +46,7 @@ fi
# Set the correct local config file to use.
if [[ "$ZSH_TMUX_ITERM2" == "false" && -e "$ZSH_TMUX_CONFIG" ]]; then
+ export ZSH_TMUX_CONFIG
export _ZSH_TMUX_FIXED_CONFIG="${0:h:a}/tmux.extra.conf"
else
export _ZSH_TMUX_FIXED_CONFIG="${0:h:a}/tmux.only.conf"