Skip to content

Conversation

@bengolder
Copy link

@bengolder bengolder commented Apr 25, 2024

  • Uses the ~ glob operator to be consistent with `_load_settings()``
  • moved loading after _load_settings, because setopt extendedglob is needed for the ~ glob operator and is run in _load_settings()

- Uses the `~` glob operator to be consistent with `_load_settings()``
- moved loading after `_load_settings``, because `setopt extendedglob`
  is needed for the `~` glob operator and is run in `_load_settings()`
@bengolder
Copy link
Author

Closes #742

@bengolder
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant