From 4a1208942d5b0164ff46ddd6cec760d73c306b0c Mon Sep 17 00:00:00 2001 From: yage Date: Mon, 13 Nov 2023 12:30:49 -0700 Subject: [PATCH] v3.7.6 ===================================================================== Documentation update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4221043..cc66be2 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ There are a few notable changes to this runtime: - User yes/no prompts will **always be YES** - Other user input will default to an empty string - Logs will not be captured +- Setting the environment variable `SCWRYPTS_GROUP_LOADER__[a-z_]\+` will source the file indicated in the variable (this allows custom groups without needing to modify the `config.zsh` directly) ## Contributing