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.