From 8260e4e8703855f422f114263e028e5e4ebbb93c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 29 Nov 2024 22:22:12 +0100 Subject: [PATCH] main/path --- sh/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/shell.sh b/sh/shell.sh index e4fde1b..c4ca1ec 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}" + [ -n "${ENV}" ] || ENV="${SH_MAIN_PATH}" export ENV # prompt PS1="\$(rwx_shell_prompt \${?})"