mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 01:38:11 +02:00
Checking if already in tmux before autostarting in tmux in tmux plugin.
This commit is contained in:
@ -54,7 +54,7 @@ function zsh_tmux_plugin_run()
|
||||
# Alias tmux to our wrapper function.
|
||||
alias tmux=zsh_tmux_plugin_start
|
||||
|
||||
if [[ "$ZSH_TMUX_AUTOSTART" == "true" ]]
|
||||
if [[ ! -n "$TMUX" && "$ZSH_TMUX_AUTOSTART" == "true" ]]
|
||||
then
|
||||
zsh_tmux_plugin_run
|
||||
fi
|
||||
|
Reference in New Issue
Block a user