From 71d41e48e28d2396ab74e21744ef55e7e4249931 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Thu, 1 Dec 2011 02:02:14 -0500 Subject: [PATCH] I swear I already commit this. Well this fixes the plugin. --- plugins/tmux/tmux.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index c15c6d797..734d990d2 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -6,8 +6,8 @@ if (( $+commands[tmux] )); then local state - zstyle -a :omz:plugins:autostart state - [[ state == "on" && -z $TMUX ]] && exec tmux + zstyle -a :omz:plugins:tmux autostart state + [[ $state == "on" && -z $TMUX ]] && exec tmux # start an irc client in a tmux session if [[ -n $IRC ]]; then