summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Janke <andrew@apjanke.net>2015-10-09 20:35:19 -0400
committerAndrew Janke <andrew@apjanke.net>2015-10-09 20:35:19 -0400
commit2d0e7fbdadce6a3d052ea0f33ccf9114a4b23c0a (patch)
tree8f1ce28a8f39ca59e512c8fe75e353aace82e984
parent2522ab4504376db4410bfa784dd1d582538fd576 (diff)
downloadzsh-2d0e7fbdadce6a3d052ea0f33ccf9114a4b23c0a.tar.gz
zsh-2d0e7fbdadce6a3d052ea0f33ccf9114a4b23c0a.tar.bz2
zsh-2d0e7fbdadce6a3d052ea0f33ccf9114a4b23c0a.zip
autoenv: actually source autoenv once located
Fixes bug introduced in #4440
-rw-r--r--plugins/autoenv/autoenv.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autoenv/autoenv.plugin.zsh b/plugins/autoenv/autoenv.plugin.zsh
index c9f968118..ea2e56dd6 100644
--- a/plugins/autoenv/autoenv.plugin.zsh
+++ b/plugins/autoenv/autoenv.plugin.zsh
@@ -17,6 +17,7 @@ In the meantime the autoenv plugin is DISABLED.
END
return 1
fi
+ source $autoenv_dir/activate.sh
fi
}
[[ $? != 0 ]] && return $?