From f1206eafb3687e9d4d23d1276462684b059789ff Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 11 Apr 2026 11:25:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5=D0=BA=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 2c55536..658bca9 100644 --- a/.zshrc +++ b/.zshrc @@ -32,9 +32,7 @@ do done mkdir -p "$ZDOTDIR/apps.d" -pushd "$ZDOTDIR/apps.d" 2>/dev/null || return -for app in *.zsh; do source "$app"; done -popd || return +find "$ZDOTDIR/apps.d" -name "*.zsh" -print0 | sort -z | while IFS= read -r -d $'\0' app; do source "$app"; done # zprof