diff --git a/.zshrc b/.zshrc index 285195f..335a481 100644 --- a/.zshrc +++ b/.zshrc @@ -27,5 +27,10 @@ do if [[ -r "$ZDOTDIR/$S.post.zsh" ]]; then source "$ZDOTDIR/$S.post.zsh"; fi done +mkdir -p "$ZDOTDIR/apps.d" +pushd "$ZDOTDIR/apps.d" 2>/dev/null || return +for app in *.zsh; do source "$app"; done +popd || return + # zprof