diff --git a/zsh/config/zshrc b/zsh/config/zshrc index af13807..827ce63 100644 --- a/zsh/config/zshrc +++ b/zsh/config/zshrc @@ -16,3 +16,5 @@ bindkey -e if [[ -s "~/.zshrc.local" ]]; then source ~/.zshrc.local fi + +for config_file ($HOME/.moda/zsh/*.zsh) source $config_file