Tarrasch / zsh-autoenv

Autoenv for zsh
698 stars 30 forks source link

Do not reset the stack variables when (re)sourcing the plugin #24

Closed blueyed closed 9 years ago

blueyed commented 9 years ago

This is meant to keep the current state when re-sourcing the shell config (. ~/.zshrc).

I've been using exec zsh instead, but the above method seems to work better in general.

Tarrasch commented 9 years ago

Makes sense. You can always open a new shell if you want to "reset everything". Feel free to fix the conflict and merge.

Again, huge thanks for the PRs! :)