code/main

This commit is contained in:
Marc Beninca 2025-07-09 17:05:34 +02:00
parent c131df87e5
commit 1e40941856
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 4 deletions

View file

@ -43,7 +43,7 @@ RWX_COLOR_RED="$(_rwx_shell_color 32)"
# ╰───────┴───────────╯
rwx_shell_configure() {
[ -n "${ENV}" ] || ENV="${RWX_MAIN_PATH}"
[ -n "${ENV}" ] || ENV="${rwx_code_main}"
export ENV
# prompt
PS1="\$(rwx_shell_prompt \${?})"