mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-19 11:02:20 +02:00
Enabling autostart of tmux in tmux plugin.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user