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