From 6ffce04ff33e4ba7bc80aa7a9ae649f85edec434 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 11 Apr 2026 11:38:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=20secrets.d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index be47815..76930a3 100644 --- a/.zshrc +++ b/.zshrc @@ -34,6 +34,7 @@ mkdir -p "$ZDOTDIR/apps.d" find "$ZDOTDIR/apps.d" -name "*.zsh" -print0 | sort -z | while IFS= read -r -d $'\0' app; do source "$app"; done mkdir -p "$ZDOTDIR/secrets.d" +chmod -R go-rwx "$ZDOTDIR/secrets.d/" find "$ZDOTDIR/secrets.d" -name "*.zsh" -print0 | sort -z | while IFS= read -r -d $'\0' secret; do source "$secret"; done # zprof