code/user

This commit is contained in:
Marc Beninca 2025-07-08 04:44:46 +02:00
parent d9a6e33409
commit 4f53472768
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,10 @@
# │ code │ variables │
# ╰──────┴───────────╯
# TODO variablize
# user root directory of the project
RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}"
# cache for the parsing awk script
_rwx_code_awk="$(cat "${RWX_ROOT_SYSTEM}/code.awk")"
# cache for code aliases

View file

@ -23,8 +23,6 @@ _rwx_code=""
# TODO variablize
# system root directory of the project
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
# user root directory of the project
RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}"
# path to the entrypoint main file of the project
RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"