From e86ec3de9f048aec369e59397ad5e7ab9c6a8b5b Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 11 Apr 2026 11:24:26 +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=D0=BE=D0=B4=D1=81=D0=B5=D1=82=D0=B5?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 335a481..2c55536 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,9 @@ # Profiling start # zmodload zsh/zprof +mkdir -p "$ZDOTDIR/net.d" +find "$ZDOTDIR/net.d" -name "*.zsh" -print0 | sort -z | while IFS= read -r -d $'\0' net; do source "$net"; done + for S in \ 05-start \ 15-options \ @@ -12,6 +15,7 @@ for S in \ 45-plugins \ 55-agents \ 62-scripts \ + 65-vpy \ 68-aliases \ 72-widgets \ 78-keybindings \