From 016f6dad1588da87e7fe809f8305a41f2879afd6 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:23:21 +0200 Subject: [PATCH] Update bshrc --- 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 6bec96a..bd92990 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:/example/bin" +export PATH="/bin" # Scripts to run automatically. # STARTUP runs for interactive shells.