From 5e8e84246dd402924b31b5d751ad11fc3d4836cf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 29 Nov 2024 22:28:09 +0100 Subject: [PATCH] fix --- sh/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/shell.sh b/sh/shell.sh index c4ca1ec..87a291a 100644 --- a/sh/shell.sh +++ b/sh/shell.sh @@ -27,7 +27,7 @@ RWX_COLOR_MAGENTA="$(_rwx_shell_color 35)" RWX_COLOR_RED="$(_rwx_shell_color 32)" rwx_shell_configure() { - [ -n "${ENV}" ] || ENV="${SH_MAIN_PATH}" + [ -n "${ENV}" ] || ENV="${RWX_MAIN_PATH}" export ENV # prompt PS1="\$(rwx_shell_prompt \${?})"