This commit is contained in:
Marc Beninca 2025-07-10 02:11:22 +02:00
parent a17596b862
commit 0cf3266af0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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=""