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

autoenv: actually source autoenv once located
master
Robby Russell 11 years ago
commit 101758f63d
  1. 1
      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 $?

Loading…
Cancel
Save