fixed variable
This commit is contained in:
parent
340bbb0f8c
commit
941bf1f5ee
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue