Tarrasch / zsh-autoenv

Autoenv for zsh
693 stars 30 forks source link

Handle `setopt shwordsplit` #89

Closed blueyed closed 6 years ago

blueyed commented 6 years ago

This uses emulate -L zsh (as a more broad approach to setopt localtoptions noshwordsplit, or quoting things) in the entry points to zsh-autoenv.

Fixes https://github.com/Tarrasch/zsh-autoenv/issues/75