1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-09-19 22:21:04 +03:00
zsh-autoenv/tests/ZDOTDIR.options/.zshenv
Daniel Hahler 2c8cfbcea8
Handle setopt shwordsplit (#89)
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
2017-12-16 01:09:41 +01:00

4 lines
93 B
Bash

# Set uncommon options that caused problems in the past.
setopt noclobber
setopt shwordsplit