zsh: Enable extendedglob

Enable the extendedglob option, which is needed for the scripts in the
`configs/post` directory to load correctly.

This includes the completion script that is needed to fix #12 and #13.
This commit is contained in:
Oliver Davies 2020-06-21 00:11:43 +01:00
parent 40fed34898
commit e0c9014ec0

View file

@ -1,3 +1,6 @@
# Enable extended globbing for use in _load_settings()
setopt extendedglob
# extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
# these are loaded first, second, and third, respectively.
_load_settings() {