From da64a3eeab26ddc1ebbe2d38054adce959375714 Mon Sep 17 00:00:00 2001 From: olegos2 <74909582+olegos2@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:08:53 +0300 Subject: Add BOX64_RCFILE variable (#1392) * Implement BOX64_RCFILE * Update USAGE.md * Should fix tests --- docs/USAGE.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 5981a2aa..b28284fc 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -343,6 +343,9 @@ Define x86_64 bash to launch script #### BOX64_NORCFILES If the env var exist, no rc files (like /etc/box64.box64rc and ~/.box64rc) will be loaded +#### BOX64_RCFILE +If the env var is set and file exists, this variable will be used as path to the box64rc file instead of default paths (BOX64_RCFILE is loaded first, default paths are not loaded) + ---- Those variables are only valid inside a rcfile: -- cgit 1.4.1