Adding comments to tmux plugin.
This commit is contained in:
parent
778ae57772
commit
0cf871d512
@ -27,8 +27,10 @@ if [[ "$ZSH_TMUX_FIXTERM" == "true" ]]
|
|||||||
then
|
then
|
||||||
if [[ -f $HOME/.tmux.conf || -h $HOME/.tmux.conf ]]
|
if [[ -f $HOME/.tmux.conf || -h $HOME/.tmux.conf ]]
|
||||||
then
|
then
|
||||||
|
#use this when they have a ~/.tmux.conf
|
||||||
fixed_config=$zsh_tmux_plugin_path/tmux.extra.conf
|
fixed_config=$zsh_tmux_plugin_path/tmux.extra.conf
|
||||||
else
|
else
|
||||||
|
#use this when they don't have a ~/.tmux.conf
|
||||||
fixed_config=$zsh_tmux_plugin_path/tmux.only.conf
|
fixed_config=$zsh_tmux_plugin_path/tmux.only.conf
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@ -45,6 +47,7 @@ function zsh_tmux_plugin_start()
|
|||||||
then
|
then
|
||||||
\tmux attach || tmux -f $fixed_config new-session
|
\tmux attach || tmux -f $fixed_config new-session
|
||||||
[[ "$ZSH_TMUX_AUTOQUIT" == "true" ]] && exit
|
[[ "$ZSH_TMUX_AUTOQUIT" == "true" ]] && exit
|
||||||
|
# Just try to fix the TERM variable.
|
||||||
else
|
else
|
||||||
\tmux -f $fixed_config
|
\tmux -f $fixed_config
|
||||||
[[ "$ZSH_TMUX_AUTOQUIT" == "true" ]] && exit
|
[[ "$ZSH_TMUX_AUTOQUIT" == "true" ]] && exit
|
||||||
|
Loading…
Reference in New Issue
Block a user