mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Fix for color when the config is at false
This commit is contained in:
parent
750880dcb5
commit
65d5fc974f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue