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 \