Tarrasch / zsh-autoenv

Autoenv for zsh
694 stars 30 forks source link

Cleanup API/vars for enter/leave events #36

Closed blueyed closed 8 years ago

blueyed commented 8 years ago

The variables are local now, which makes them being handled correctly when calling autoenv_source_parent. Without this, a call to autoenv_source_parent overwrites the values in the current scope.

Tarrasch commented 8 years ago

LGTM