Настройки для программ в отдельном каталоге

This commit is contained in:
2025-10-11 10:55:24 +03:00
parent eea38195a1
commit ffff3b770a

5
.zshrc
View File

@@ -27,5 +27,10 @@ do
if [[ -r "$ZDOTDIR/$S.post.zsh" ]]; then source "$ZDOTDIR/$S.post.zsh"; fi
done
mkdir -p "$ZDOTDIR/apps.d"
pushd "$ZDOTDIR/apps.d" 2>/dev/null || return
for app in *.zsh; do source "$app"; done
popd || return
# zprof