From 941bf1f5ee507d018f2fdf1de8ad6416769e0b72 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 2 Sep 2017 23:20:02 -0400 Subject: [PATCH] fixed variable --- .zsh/tmux.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/tmux.plugin.zsh b/.zsh/tmux.plugin.zsh index da1fc7f..74764a8 100644 --- a/.zsh/tmux.plugin.zsh +++ b/.zsh/tmux.plugin.zsh @@ -57,10 +57,10 @@ fi if [[ "$ZSH_TMUX_ITERM2" == "false" ]] && [[ -f $HOME/.tmux.conf || -h $HOME/.tmux.conf ]] then #use this when they have a ~/.tmux.conf - export _ZSH_TMUX_FIXED_CONFIG="$zsh_tmux_plugin_path/tmux.extra.conf" + export _ZSH_TMUX_FIXED_CONFIG="~/.zsh/tmux.extra.conf" else #use this when they don't have a ~/.tmux.conf - export _ZSH_TMUX_FIXED_CONFIG="$zsh_tmux_plugin_path/tmux.only.conf" + export _ZSH_TMUX_FIXED_CONFIG="~/.zsh/tmux.only.conf" fi # Wrapper function for tmux.