From 65d5fc974fa4f6bf82c2636cb4b88fd0c30a390b Mon Sep 17 00:00:00 2001 From: Lluciocc Date: Mon, 20 Apr 2026 10:18:01 +0200 Subject: [PATCH] Fix for color when the config is at false --- src/library/bsh/bshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/bsh/bshrc b/src/library/bsh/bshrc index bd92990..6bec96a 100644 --- a/src/library/bsh/bshrc +++ b/src/library/bsh/bshrc @@ -5,7 +5,7 @@ # Lines starting with # are comments. # # PATH controls command lookup order (colon-separated). -export PATH="/bin" +export PATH="/bin:/example/bin" # Scripts to run automatically. # STARTUP runs for interactive shells.