mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Enabling autostart of tmux in tmux plugin.
This commit is contained in:
parent
0cf871d512
commit
45a4db33f8
1 changed files with 5 additions and 0 deletions
|
@ -55,3 +55,8 @@ function zsh_tmux_plugin_start()
|
||||||
}
|
}
|
||||||
|
|
||||||
alias tmux=zsh_tmux_plugin_start
|
alias tmux=zsh_tmux_plugin_start
|
||||||
|
|
||||||
|
if [[ "$ZSH_TMUX_AUTOSTART" == "true" ]]
|
||||||
|
then
|
||||||
|
zsh_tmux_plugin_start
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue