1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

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