main/file,path
All checks were successful
/ job (push) Successful in 2m58s

This commit is contained in:
Marc Beninca 2025-07-10 01:49:19 +02:00
parent bfcfde3520
commit 13ab4b8ec7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 9 additions and 6 deletions

View file

@ -55,7 +55,7 @@ rwx_shell_interactive() {
}
rwx_shell_configure() {
[ -n "${ENV}" ] || ENV="${rwx_code_main}"
[ -n "${ENV}" ] || ENV="${rwx_main_path}"
export ENV
# prompt
PS1="\$(rwx_shell_prompt \${?})"