Enabling autostart of tmux in tmux plugin.

This commit is contained in:
Josh Matthews 2013-02-26 18:09:01 -05:00
parent 0cf871d512
commit 45a4db33f8

View File

@ -55,3 +55,8 @@ function zsh_tmux_plugin_start()
}
alias tmux=zsh_tmux_plugin_start
if [[ "$ZSH_TMUX_AUTOSTART" == "true" ]]
then
zsh_tmux_plugin_start
fi