diff --git a/zshrc b/zshrc index ff86d5d62b..daff039032 100644 --- a/zshrc +++ b/zshrc @@ -1,8 +1,3 @@ -# load custom executable functions -for function in ~/.zsh/functions/*; do - source $function -done - # extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post # these are loaded first, second, and third, respectively. _load_settings() { @@ -34,6 +29,11 @@ _load_settings() { } _load_settings "$HOME/.zsh/configs" +# load custom executable functions +for function in ~/.zsh/functions/*~*.zwc; do + source $function +done + # Local config [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local