mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-12 20:20:59 +02:00
2c8cfbcea8
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
4 lines
93 B
Bash
4 lines
93 B
Bash
# Set uncommon options that caused problems in the past.
|
|
setopt noclobber
|
|
setopt shwordsplit
|