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:
parent
40fed34898
commit
e0c9014ec0
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue