Browse Source

Merge pull request #4481 from apjanke/autoenv-emerg-fix

autoenv: actually source autoenv once located
Robby Russell 9 years ago
parent
commit
101758f63d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/autoenv/autoenv.plugin.zsh

+ 1 - 0
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 $?