code/↕
This commit is contained in:
parent
a17596b862
commit
0cf3266af0
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
||||||
# │ code │ variables │
|
# │ code │ variables │
|
||||||
# ╰──────┴───────────╯
|
# ╰──────┴───────────╯
|
||||||
|
|
||||||
|
# user root directory of the project
|
||||||
|
rwx_code_root="${HOME}/${RWX_MAIN_NAME}"
|
||||||
|
|
||||||
# main modules code cache
|
# main modules code cache
|
||||||
rwx_code_cache_main=""
|
rwx_code_cache_main=""
|
||||||
# user modules code cache
|
# user modules code cache
|
||||||
|
@ -14,8 +17,6 @@ rwx_code_cache_user=""
|
||||||
rwx_code_modules_main=""
|
rwx_code_modules_main=""
|
||||||
# user modules names
|
# user modules names
|
||||||
rwx_code_modules_user=""
|
rwx_code_modules_user=""
|
||||||
# user root directory of the project
|
|
||||||
rwx_code_root="${HOME}/${RWX_MAIN_NAME}"
|
|
||||||
|
|
||||||
# cache of all sourced code modules
|
# cache of all sourced code modules
|
||||||
_rwx_code=""
|
_rwx_code=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue