thoughtbot / dotfiles

A set of vim, zsh, git, and tmux configuration files.
https://thoughtbot.com
Other
7.99k stars 1.86k forks source link

Skip zwc zsh function files #743

Open bengolder opened 7 months ago

bengolder commented 7 months ago
bengolder commented 7 months ago

Closes https://github.com/thoughtbot/dotfiles/issues/742

bengolder commented 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.