1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

tmux: export ZSH_TMUX_CONFIG again to provide to tmux (#8390)

This commit is contained in:
Paulo Diovani Gonçalves 2019-11-15 12:47:11 -03:00 committed by Marc Cornellà
parent e453731fc9
commit 0ad988c598

View file

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