I swear I already commit this. Well this fixes the plugin.

This commit is contained in:
Simon Gomizelj 2011-12-01 02:02:14 -05:00
commit 71d41e48e2

View file

@ -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