From ffff3b770a93694b48ade2eeb10bfb9761f7a0e8 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 11 Oct 2025 10:55:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B3?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D0=BC=20=D0=B2=20=D0=BE=D1=82=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC=20=D0=BA=D0=B0=D1=82=D0=B0=D0=BB?= =?UTF-8?q?=D0=BE=D0=B3=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) 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