From c29ba51e74e8c79b2562f50ef729e18e88182482 Mon Sep 17 00:00:00 2001 From: steveokard Date: Fri, 28 Jul 2017 13:49:03 -0400 Subject: [PATCH] reverted auto tmux because dealing with copypasta is a pain in the ass --- .oh-my-zsh/plugins/tmux/tmux.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oh-my-zsh/plugins/tmux/tmux.plugin.zsh b/.oh-my-zsh/plugins/tmux/tmux.plugin.zsh index 3f66e81..fb514a4 100644 --- a/.oh-my-zsh/plugins/tmux/tmux.plugin.zsh +++ b/.oh-my-zsh/plugins/tmux/tmux.plugin.zsh @@ -15,7 +15,7 @@ if which tmux &> /dev/null # Configuration variables # # Automatically start tmux - [[ -n "$ZSH_TMUX_AUTOSTART" ]] || ZSH_TMUX_AUTOSTART=true + [[ -n "$ZSH_TMUX_AUTOSTART" ]] || ZSH_TMUX_AUTOSTART=false # Only autostart once. If set to false, tmux will attempt to # autostart every time your zsh configs are reloaded. [[ -n "$ZSH_TMUX_AUTOSTART_ONCE" ]] || ZSH_TMUX_AUTOSTART_ONCE=true