From fe2169a05649c78cfdfb7018f2af11f74f5d535f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 27 Feb 2024 19:43:15 +0100 Subject: [PATCH] Add support for partial configs in zsh.d --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zshrc b/zshrc index 214bbbf..9dd7148 100644 --- a/zshrc +++ b/zshrc @@ -651,6 +651,12 @@ fi zmodload zsh/complist +#---------------------------------- Partials ------------------------------------ + +for partial in ${ZDOTDIR}/zsh.d/*.zsh; do + source $partial +done + #---------------------------------- Addons ------------------------------------ if [[ -f '/usr/share/zplug/init.zsh' ]]; then