mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-02-18 16:04:42 +02:00
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
|