From 2d0e7fbdadce6a3d052ea0f33ccf9114a4b23c0a Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Fri, 9 Oct 2015 20:35:19 -0400 Subject: [PATCH] autoenv: actually source autoenv once located Fixes bug introduced in #4440 --- plugins/autoenv/autoenv.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/autoenv/autoenv.plugin.zsh b/plugins/autoenv/autoenv.plugin.zsh index c9f96811..ea2e56dd 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 $?