mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 23:40:58 +02:00
af767555c2
Add `shwordsplit` option. Ref: https://github.com/Tarrasch/zsh-autoenv/issues/75
7 lines
152 B
Bash
7 lines
152 B
Bash
# Source base setup.
|
|
source ${ZDOTDIR}/../ZDOTDIR/.zshenv
|
|
|
|
# Set uncommon options that caused problems in the past.
|
|
setopt noclobber
|
|
setopt shwordsplit
|