diff --git a/sh/code.sh b/sh/code.sh index 7eede91..d6ff778 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -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 diff --git a/sh/main.sh b/sh/main.sh index d75515f..881c2fa 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -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}"