From 0cf3266af0d13a4daaeae8a7a46627f3e8af02da Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 10 Jul 2025 02:11:22 +0200 Subject: [PATCH] =?UTF-8?q?code/=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/core/code.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/core/code.sh b/sh/core/code.sh index 09d6c91..d4c6f9a 100644 --- a/sh/core/code.sh +++ b/sh/core/code.sh @@ -6,6 +6,9 @@ # │ code │ variables │ # ╰──────┴───────────╯ +# user root directory of the project +rwx_code_root="${HOME}/${RWX_MAIN_NAME}" + # main modules code cache rwx_code_cache_main="" # user modules code cache @@ -14,8 +17,6 @@ rwx_code_cache_user="" rwx_code_modules_main="" # user modules names rwx_code_modules_user="" -# user root directory of the project -rwx_code_root="${HOME}/${RWX_MAIN_NAME}" # cache of all sourced code modules _rwx_code=""