This website requires JavaScript.
Explore
Help
Sign In
arti
/
zsh-autoenv
Watch
1
Star
0
Fork
0
You've already forked zsh-autoenv
mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced
2024-11-10 03:20:59 +02:00
Code
Releases
Activity
2c8cfbcea8
zsh-autoenv
/
tests
/
ZDOTDIR.options
/
.zshenv
4 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: mv ZDOTDIR.{clobber,options}
2017-12-15 23:34:08 +02:00
# Set uncommon options that caused problems in the past.
setopt noclobber
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 02:09:41 +02:00
setopt shwordsplit
Copy Permalink