Open bengolder opened 7 months ago
It seemed harmless and potentially only beneficial to move the loading of zsh functions to after _load_settings
. I figured if anything, it allows the zsh functions to take advantage of any zsh configs, including the setopt extendedglob
.
~
glob operator to be consistent with `_load_settings()``_load_settings
, becausesetopt extendedglob
is needed for the~
glob operator and is run in_load_settings()